#D664DC

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

Shades of Orchid #D664DC

Tints of Orchid #D664DC

Color information

#D664DC (or 0xD664DC) is unknown color: approx Orchid. HEX triplet: D6, 64 and DC. RGB value is (214,100,220). Sum of RGB (Red+Green+Blue) = 214+100+220=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D664DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664DC is #299B23. Grayscale: #939393. Windows color (decimal): -2726692 or 14443734. OLE color: 14443734.

HSL color Cylindrical-coordinate representation of color #D664DC: hue angle of 297º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D664DC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214100220-
CMYK0.030.5500.14
HSL297º63.16%62.75%-
HSV(B)297º54.55%86.27%-
XYZ45.2128.5870.84-
YUV147.77168.77175.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=40.07%
G=18.73%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141002200.030.5500.1429763.1662.75
HexD664DC3370E1293f3f
Octal3261443343670164517777
Binary110101101100100110111001111011101110100101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664DC; }

 p { color: rgb(214,100,220); }

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

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

 a { background-color: rgb(214,100,220); }

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

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

 span { border-color: rgb(214,100,220); }

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