#D965EA

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

Shades of Orchid #D965EA

Tints of Orchid #D965EA

Color information

#D965EA (or 0xD965EA) is unknown color: approx Orchid. HEX triplet: D9, 65 and EA. RGB value is (217,101,234). Sum of RGB (Red+Green+Blue) = 217+101+234=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #D965EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965EA is #269A15. Grayscale: #969696. Windows color (decimal): -2529814 or 15361497. OLE color: 15361497.

HSL color Cylindrical-coordinate representation of color #D965EA: hue angle of 292.33º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D965EA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217101234-
CMYK0.070.5700.08
HSL292.33º76%65.69%-
HSV(B)292.33º56.84%91.76%-
XYZ48.123081.1-
YUV150.85174.93175.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 101 (39.84% from 255) = 18.30%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=39.31%
G=18.30%
B=42.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171012340.070.5700.08292.337665.69
HexD965EA739081244c42
Octal331145352771010444114102
Binary110110011100101111010101111110010100010010010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D965EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D965EA; }

 p { color: rgb(217,101,234); }

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

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

 a { background-color: rgb(217,101,234); }

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

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

 span { border-color: rgb(217,101,234); }

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