#D964E6

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

Shades of Orchid #D964E6

Tints of Orchid #D964E6

Color information

#D964E6 (or 0xD964E6) is unknown color: approx Orchid. HEX triplet: D9, 64 and E6. RGB value is (217,100,230). Sum of RGB (Red+Green+Blue) = 217+100+230=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #D964E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D964E6 is #269B19. Grayscale: #959595. Windows color (decimal): -2530074 or 15099097. OLE color: 15099097.

HSL color Cylindrical-coordinate representation of color #D964E6: hue angle of 294º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D964E6 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217100230-
CMYK0.060.5700.10
HSL294º72.22%64.71%-
HSV(B)294º56.52%90.2%-
XYZ47.4629.5878.07-
YUV149.8173.26175.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=39.67%
G=18.28%
B=42.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171002300.060.5700.1029472.2264.71
HexD964E66390A1264841
Octal331144346671012446110101
Binary110110011100100111001101101110010101010010011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D964E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D964E6; }

 p { color: rgb(217,100,230); }

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

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

 a { background-color: rgb(217,100,230); }

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

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

 span { border-color: rgb(217,100,230); }

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