Html Css Color HEX #D06EC6 Orchid

📋 copy color: '#D06EC6'

red 208 ◦ green 110 ◦ blue 198

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

Shades of Orchid #D06EC6

Tints of Orchid #D06EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 40.31%
G = 21.32%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D06EC6 (or 0xD06EC6) is known color: Orchid. HEX triplet: D0, 6E and C6. RGB value is (208,110,198). Sum of RGB (Red+Green+Blue) = 208+110+198=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC6 is #2F9139. Grayscale: #959595. Windows color (decimal): -3117370 or 13004496. OLE color: 13004496.

HSL color Cylindrical-coordinate representation of color #D06EC6: hue angle of 306.12º 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 #D06EC6 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 198 -
CMYK 0 0.47 0.05 0.18
HSL 306.12º 0.51% 0.62% -
HSV(B) 306.12º 0.47% 0.82% -
XYZ 41.78 28.64 56.75 -
YUV 149.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 208 110 198 0 0.47 0.05 0.18 306.12 0.51 0.62
Hex D0 6E C6 0 2F 5 12 132 33 3E
Octal 320 156 306 0 57 5 22 462 63 76
Binary 11010000 1101110 11000110 0 101111 101 10010 100110010 110011 111110

Color Harmonies of #D06EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EC6

Black with #D06EC6

Text Example


Text Example

White with #D06EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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