#CD69EE

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

Shades of Heliotrope #CD69EE

Tints of Heliotrope #CD69EE

Color information

#CD69EE (or 0xCD69EE) is unknown color: approx Heliotrope. HEX triplet: CD, 69 and EE. RGB value is (205,105,238). Sum of RGB (Red+Green+Blue) = 205+105+238=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD69EE is #329611. Grayscale: #959595. Windows color (decimal): -3315218 or 15624653. OLE color: 15624653.

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

Color convert

RGB205105238-
CMYK0.140.5600.07
HSL285.11º79.64%67.25%-
HSV(B)285.11º55.88%93.33%-
XYZ45.6629.2684.13-
YUV150.06177.63167.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 105 (41.41% from 255) = 19.16%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=37.41%
G=19.16%
B=43.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051052380.140.5600.07285.1179.6467.25
HexCD69EEE380711d5043
Octal315151356167007435120103
Binary110011011101001111011101110111000011110001110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69EE; }

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

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

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

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

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

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

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

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