#D06CCD

Color #D06CCD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D06CCD

Tints of Orchid #D06CCD

Color information

#D06CCD (or 0xD06CCD) is unknown color: approx Orchid. HEX triplet: D0, 6C and CD. RGB value is (208,108,205). Sum of RGB (Red+Green+Blue) = 208+108+205=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CCD is #2F9332. Grayscale: #949494. Windows color (decimal): -3117875 or 13462736. OLE color: 13462736.

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

Color convert

RGB208108205-
CMYK00.480.010.18
HSL301.8º51.55%61.96%-
HSV(B)301.8º48.08%81.57%-
XYZ42.3928.5461.03-
YUV148.96159.63170.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=39.92%
G=20.73%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810820500.480.010.18301.851.5561.96
HexD06CCD03011212e343e
Octal3201543150601224566476
Binary110100001101100110011010110000110010100101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CCD; }

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

 H1.HeaderClassName
 {
   color: #D06CCD;
 }
 .AnyTagClassName
 {
   color: #D06CCD;
 }
</style>
background-color css

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

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

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

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

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

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