Html Css Color HEX #D147E0 Medium Orchid

📋 copy color: '#D147E0'

red 209 ◦ green 71 ◦ blue 224

#D147E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D147E0

Tints of Medium Orchid #D147E0

RGB

 RED value IS 209 (82.03% from 255) = 41.47%

 GREEN value IS 71 (28.13% from 255) = 14.09%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 41.47%
G = 14.09%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D147E0 (or 0xD147E0) is known color: Medium Orchid. HEX triplet: D1, 47 and E0. RGB value is (209,71,224). Sum of RGB (Red+Green+Blue) = 209+71+224=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #D147E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147E0 is #2EB81F. Grayscale: #818181. Windows color (decimal): -3061792 or 14698449. OLE color: 14698449.

HSL color Cylindrical-coordinate representation of color #D147E0: hue angle of 294.12º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D147E0 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 71 224 -
CMYK 0.07 0.68 0 0.12
HSL 294.12º 0.71% 0.58% -
HSV(B) 294.12º 0.68% 0.88% -
XYZ 42 23.44 72.83 -
YUV 129.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 209 71 224 0.07 0.68 0 0.12 294.12 0.71 0.58
Hex D1 47 E0 7 44 0 C 126 47 3A
Octal 321 107 340 7 104 0 14 446 107 72
Binary 11010001 1000111 11100000 111 1000100 0 1100 100100110 1000111 111010

Color Harmonies of #D147E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147E0

Black with #D147E0

Text Example


Text Example

White with #D147E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147E0; }

 p { color: rgb(209,71,224); }

 H1.HeaderClassName
 {
   color: #D147E0;
 }
 .AnyTagClassName
 {
   color: #D147E0;
 }
</style>

background-color css

<style>
 a { background-color: #D147E0; }

 a { background-color: rgb(209,71,224); }

 div.DivClassName
 {
   background-color: #D147E0;
 }
 .BgClassName
 {
   background-color: #D147E0;
 }
</style>

border-color css

<style>
 span { border-color: #D147E0; }

 span { border-color: rgb(209,71,224); }

 td.TdClassName
 {
   border-color: #D147E0;
 }
 .TagClassName
 {
   border-color: #D147E0;
 }
</style>