Html Css Color HEX #D06FC9 Orchid

📋 copy color: '#D06FC9'

red 208 ◦ green 111 ◦ blue 201

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

Shades of Orchid #D06FC9

Tints of Orchid #D06FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 40%
G = 21.35%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D06FC9 (or 0xD06FC9) is known color: Orchid. HEX triplet: D0, 6F and C9. RGB value is (208,111,201). Sum of RGB (Red+Green+Blue) = 208+111+201=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC9 is #2F9036. Grayscale: #969696. Windows color (decimal): -3117111 or 13201360. OLE color: 13201360.

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

Color convert

RGB 208 111 201 -
CMYK 0 0.47 0.03 0.18
HSL 304.33º 0.51% 0.63% -
HSV(B) 304.33º 0.47% 0.82% -
XYZ 42.24 29 58.63 -
YUV 150.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 208 111 201 0 0.47 0.03 0.18 304.33 0.51 0.63
Hex D0 6F C9 0 2F 3 12 130 33 3F
Octal 320 157 311 0 57 3 22 460 63 77
Binary 11010000 1101111 11001001 0 101111 11 10010 100110000 110011 111111

Color Harmonies of #D06FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FC9

Black with #D06FC9

Text Example


Text Example

White with #D06FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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