#CD65EF

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

Shades of Heliotrope #CD65EF

Tints of Heliotrope #CD65EF

Color information

#CD65EF (or 0xCD65EF) is unknown color: approx Heliotrope. HEX triplet: CD, 65 and EF. RGB value is (205,101,239). Sum of RGB (Red+Green+Blue) = 205+101+239=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD65EF is #329A10. Grayscale: #939393. Windows color (decimal): -3316241 or 15689165. OLE color: 15689165.

HSL color Cylindrical-coordinate representation of color #CD65EF: hue angle of 285.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD65EF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205101239-
CMYK0.140.5800.06
HSL285.22º81.18%66.67%-
HSV(B)285.22º57.74%93.73%-
XYZ45.4128.5284.77-
YUV147.83179.46168.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=37.61%
G=18.53%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051012390.140.5800.06285.2281.1866.67
HexCD65EFE3A0611d5143
Octal315145357167206435121103
Binary110011011100101111011111110111010011010001110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65EF; }

 p { color: rgb(205,101,239); }

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

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

 a { background-color: rgb(205,101,239); }

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

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

 span { border-color: rgb(205,101,239); }

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