Html Css Color HEX #D06DCD Orchid

📋 copy color: '#D06DCD'

red 208 ◦ green 109 ◦ blue 205

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

Shades of Orchid #D06DCD

Tints of Orchid #D06DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 39.85%
G = 20.88%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D06DCD (or 0xD06DCD) is known color: Orchid. HEX triplet: D0, 6D and CD. RGB value is (208,109,205). Sum of RGB (Red+Green+Blue) = 208+109+205=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DCD is #2F9232. Grayscale: #959595. Windows color (decimal): -3117619 or 13462992. OLE color: 13462992.

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

Color convert

RGB 208 109 205 -
CMYK 0 0.48 0.01 0.18
HSL 301.82º 0.51% 0.62% -
HSV(B) 301.82º 0.48% 0.82% -
XYZ 42.5 28.75 61.07 -
YUV 149.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 208 109 205 0 0.48 0.01 0.18 301.82 0.51 0.62
Hex D0 6D CD 0 30 1 12 12E 33 3E
Octal 320 155 315 0 60 1 22 456 63 76
Binary 11010000 1101101 11001101 0 110000 1 10010 100101110 110011 111110

Color Harmonies of #D06DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DCD

Black with #D06DCD

Text Example


Text Example

White with #D06DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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