#D66FCD

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

Shades of Orchid #D66FCD

Tints of Orchid #D66FCD

Color information

#D66FCD (or 0xD66FCD) is unknown color: approx Orchid. HEX triplet: D6, 6F and CD. RGB value is (214,111,205). Sum of RGB (Red+Green+Blue) = 214+111+205=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCD is #299032. Grayscale: #989898. Windows color (decimal): -2723891 or 13463510. OLE color: 13463510.

HSL color Cylindrical-coordinate representation of color #D66FCD: hue angle of 305.24º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FCD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214111205-
CMYK00.480.040.16
HSL305.24º55.68%63.73%-
HSV(B)305.24º48.13%83.92%-
XYZ44.4430.0761.22-
YUV152.51157.62171.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=40.38%
G=20.94%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411120500.480.040.16305.2455.6863.73
HexD66FCD0304101313840
Octal32615731506042046170100
Binary110101101101111110011010110000100100001001100011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FCD; }

 p { color: rgb(214,111,205); }

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

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

 a { background-color: rgb(214,111,205); }

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

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

 span { border-color: rgb(214,111,205); }

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