Html Css Color HEX #D06BC9 Orchid

📋 copy color: '#D06BC9'

red 208 ◦ green 107 ◦ blue 201

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

Shades of Orchid #D06BC9

Tints of Orchid #D06BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.74%

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

R = 40.31%
G = 20.74%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D06BC9 (or 0xD06BC9) is known color: Orchid. HEX triplet: D0, 6B and C9. RGB value is (208,107,201). Sum of RGB (Red+Green+Blue) = 208+107+201=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BC9 is #2F9436. Grayscale: #939393. Windows color (decimal): -3118135 or 13200336. OLE color: 13200336.

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

Color convert

RGB 208 107 201 -
CMYK 0 0.49 0.03 0.18
HSL 304.16º 0.52% 0.62% -
HSV(B) 304.16º 0.49% 0.82% -
XYZ 41.81 28.14 58.49 -
YUV 147.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 208 107 201 0 0.49 0.03 0.18 304.16 0.52 0.62
Hex D0 6B C9 0 31 3 12 130 34 3E
Octal 320 153 311 0 61 3 22 460 64 76
Binary 11010000 1101011 11001001 0 110001 11 10010 100110000 110100 111110

Color Harmonies of #D06BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BC9

Black with #D06BC9

Text Example


Text Example

White with #D06BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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