#CD5CEE

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

Shades of Heliotrope #CD5CEE

Tints of Heliotrope #CD5CEE

Color information

#CD5CEE (or 0xCD5CEE) is unknown color: approx Heliotrope. HEX triplet: CD, 5C and EE. RGB value is (205,92,238). Sum of RGB (Red+Green+Blue) = 205+92+238=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5CEE is #32A311. Grayscale: #8D8D8D. Windows color (decimal): -3318546 or 15621325. OLE color: 15621325.

HSL color Cylindrical-coordinate representation of color #CD5CEE: hue angle of 286.44º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD5CEE is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20592238-
CMYK0.140.6100.07
HSL286.44º81.11%64.71%-
HSV(B)286.44º61.34%93.33%-
XYZ44.4426.8183.72-
YUV142.43181.94172.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 92 (36.33% from 255) = 17.20%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=38.32%
G=17.20%
B=44.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205922380.140.6100.07286.4481.1164.71
HexCD5CEEE3D0711e5141
Octal315134356167507436121101
Binary110011011011100111011101110111101011110001111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CEE; }

 p { color: rgb(205,92,238); }

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

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

 a { background-color: rgb(205,92,238); }

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

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

 span { border-color: rgb(205,92,238); }

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