Html Css Color HEX #D06EC7 Orchid

📋 copy color: '#D06EC7'

red 208 ◦ green 110 ◦ blue 199

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

Shades of Orchid #D06EC7

Tints of Orchid #D06EC7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.28%

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 40.23%
G = 21.28%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D06EC7 (or 0xD06EC7) is known color: Orchid. HEX triplet: D0, 6E and C7. RGB value is (208,110,199). Sum of RGB (Red+Green+Blue) = 208+110+199=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC7 is #2F9138. Grayscale: #959595. Windows color (decimal): -3117369 or 13070032. OLE color: 13070032.

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

Color convert

RGB 208 110 199 -
CMYK 0 0.47 0.04 0.18
HSL 305.51º 0.51% 0.62% -
HSV(B) 305.51º 0.47% 0.82% -
XYZ 41.9 28.69 57.36 -
YUV 149.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 208 110 199 0 0.47 0.04 0.18 305.51 0.51 0.62
Hex D0 6E C7 0 2F 4 12 132 33 3E
Octal 320 156 307 0 57 4 22 462 63 76
Binary 11010000 1101110 11000111 0 101111 100 10010 100110010 110011 111110

Color Harmonies of #D06EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EC7

Black with #D06EC7

Text Example


Text Example

White with #D06EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EC7; }

 p { color: rgb(208,110,199); }

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

background-color css

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

 a { background-color: rgb(208,110,199); }

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

border-color css

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

 span { border-color: rgb(208,110,199); }

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