#D06CBC

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

Shades of Orchid #D06CBC

Tints of Orchid #D06CBC

Color information

#D06CBC (or 0xD06CBC) is unknown color: approx Orchid. HEX triplet: D0, 6C and BC. RGB value is (208,108,188). Sum of RGB (Red+Green+Blue) = 208+108+188=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CBC is #2F9343. Grayscale: #929292. Windows color (decimal): -3117892 or 12348624. OLE color: 12348624.

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

Color convert

RGB208108188-
CMYK00.480.100.18
HSL312º51.55%61.96%-
HSV(B)312º48.08%81.57%-
XYZ40.4527.7750.8-
YUV147.02151.13171.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 108 (42.58% from 255) = 21.43%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=41.27%
G=21.43%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810818800.480.100.1831251.5561.96
HexD06CBC030A12138343e
Octal32015427406012224706476
Binary110100001101100101111000110000101010010100111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CBC; }

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

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

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

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

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

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

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

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