Html Css Color HEX #D06DC6 Orchid

📋 copy color: '#D06DC6'

red 208 ◦ green 109 ◦ blue 198

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

Shades of Orchid #D06DC6

Tints of Orchid #D06DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

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

R = 40.39%
G = 21.17%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D06DC6 (or 0xD06DC6) is known color: Orchid. HEX triplet: D0, 6D and C6. RGB value is (208,109,198). Sum of RGB (Red+Green+Blue) = 208+109+198=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DC6 is #2F9239. Grayscale: #949494. Windows color (decimal): -3117626 or 13004240. OLE color: 13004240.

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

Color convert

RGB 208 109 198 -
CMYK 0 0.48 0.05 0.18
HSL 306.06º 0.51% 0.62% -
HSV(B) 306.06º 0.48% 0.82% -
XYZ 41.67 28.42 56.72 -
YUV 148.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 208 109 198 0 0.48 0.05 0.18 306.06 0.51 0.62
Hex D0 6D C6 0 30 5 12 132 33 3E
Octal 320 155 306 0 60 5 22 462 63 76
Binary 11010000 1101101 11000110 0 110000 101 10010 100110010 110011 111110

Color Harmonies of #D06DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DC6

Black with #D06DC6

Text Example


Text Example

White with #D06DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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