#D66CCF

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

Shades of Orchid #D66CCF

Tints of Orchid #D66CCF

Color information

#D66CCF (or 0xD66CCF) is unknown color: approx Orchid. HEX triplet: D6, 6C and CF. RGB value is (214,108,207). Sum of RGB (Red+Green+Blue) = 214+108+207=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCF is #299330. Grayscale: #969696. Windows color (decimal): -2724657 or 13593814. OLE color: 13593814.

HSL color Cylindrical-coordinate representation of color #D66CCF: hue angle of 303.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CCF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214108207-
CMYK00.500.030.16
HSL303.96º56.38%63.14%-
HSV(B)303.96º49.53%83.92%-
XYZ44.3629.5362.39-
YUV150.98159.62172.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=40.45%
G=20.42%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410820700.500.030.16303.9656.3863.14
HexD66CCF032310130383f
Octal3261543170623204607077
Binary1101011011011001100111101100101110000100110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CCF; }

 p { color: rgb(214,108,207); }

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

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

 a { background-color: rgb(214,108,207); }

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

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

 span { border-color: rgb(214,108,207); }

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