#CE65DD

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

Shades of Orchid #CE65DD

Tints of Orchid #CE65DD

Color information

#CE65DD (or 0xCE65DD) is unknown color: approx Orchid. HEX triplet: CE, 65 and DD. RGB value is (206,101,221). Sum of RGB (Red+Green+Blue) = 206+101+221=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DD is #319A22. Grayscale: #919191. Windows color (decimal): -3250723 or 14509518. OLE color: 14509518.

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

Color convert

RGB206101221-
CMYK0.070.5400.13
HSL292.5º63.83%63.14%-
HSV(B)292.5º54.3%86.67%-
XYZ43.1627.6571.47-
YUV146.07170.29170.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 101 (39.84% from 255) = 19.13%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=39.02%
G=19.13%
B=41.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061012210.070.5400.13292.563.8363.14
HexCE65DD7360D124403f
Octal31614533576601544410077
Binary11001110110010111011101111110110011011001001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65DD; }

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

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

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

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

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

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

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

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