#CE64DD

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

Shades of Orchid #CE64DD

Tints of Orchid #CE64DD

Color information

#CE64DD (or 0xCE64DD) is unknown color: approx Orchid. HEX triplet: CE, 64 and DD. RGB value is (206,100,221). Sum of RGB (Red+Green+Blue) = 206+100+221=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64DD is #319B22. Grayscale: #919191. Windows color (decimal): -3250979 or 14509262. OLE color: 14509262.

HSL color Cylindrical-coordinate representation of color #CE64DD: hue angle of 292.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE64DD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206100221-
CMYK0.070.5500.13
HSL292.56º64.02%62.94%-
HSV(B)292.56º54.75%86.67%-
XYZ43.0627.4671.44-
YUV145.49170.62171.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=39.09%
G=18.98%
B=41.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061002210.070.5500.13292.5664.0262.94
HexCE64DD7370D125403f
Octal31614433576701544510077
Binary11001110110010011011101111110111011011001001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE64DD; }

 p { color: rgb(206,100,221); }

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

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

 a { background-color: rgb(206,100,221); }

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

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

 span { border-color: rgb(206,100,221); }

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