Html Css Color HEX #D07EC9 Orchid

📋 copy color: '#D07EC9'

red 208 ◦ green 126 ◦ blue 201

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

Shades of Orchid #D07EC9

Tints of Orchid #D07EC9

RGB

 RED value IS 208 (81.64% from 255) = 38.88%

 GREEN value IS 126 (49.61% from 255) = 23.55%

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 38.88%
G = 23.55%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D07EC9 (or 0xD07EC9) is known color: Orchid. HEX triplet: D0, 7E and C9. RGB value is (208,126,201). Sum of RGB (Red+Green+Blue) = 208+126+201=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC9 is #2F8136. Grayscale: #9E9E9E. Windows color (decimal): -3113271 or 13205200. OLE color: 13205200.

HSL color Cylindrical-coordinate representation of color #D07EC9: hue angle of 305.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07EC9 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 201 -
CMYK 0 0.39 0.03 0.18
HSL 305.12º 0.47% 0.65% -
HSV(B) 305.12º 0.39% 0.82% -
XYZ 44.02 32.55 59.22 -
YUV 159.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 208 126 201 0 0.39 0.03 0.18 305.12 0.47 0.65
Hex D0 7E C9 0 27 3 12 131 2F 41
Octal 320 176 311 0 47 3 22 461 57 101
Binary 11010000 1111110 11001001 0 100111 11 10010 100110001 101111 1000001

Color Harmonies of #D07EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EC9

Black with #D07EC9

Text Example


Text Example

White with #D07EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EC9; }

 p { color: rgb(208,126,201); }

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

background-color css

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

 a { background-color: rgb(208,126,201); }

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

border-color css

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

 span { border-color: rgb(208,126,201); }

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