#CD69ED

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

Shades of Heliotrope #CD69ED

Tints of Heliotrope #CD69ED

Color information

#CD69ED (or 0xCD69ED) is unknown color: approx Heliotrope. HEX triplet: CD, 69 and ED. RGB value is (205,105,237). Sum of RGB (Red+Green+Blue) = 205+105+237=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD69ED is #329612. Grayscale: #959595. Windows color (decimal): -3315219 or 15559117. OLE color: 15559117.

HSL color Cylindrical-coordinate representation of color #CD69ED: hue angle of 285.45º degrees, saturation: 0.79, 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 #CD69ED is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205105237-
CMYK0.140.5600.07
HSL285.45º78.57%67.06%-
HSV(B)285.45º55.7%92.94%-
XYZ45.5129.283.36-
YUV149.95177.13167.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=37.48%
G=19.20%
B=43.33%

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
Decimal2051052370.140.5600.07285.4578.5767.06
HexCD69EDE380711d4f43
Octal315151355167007435117103
Binary110011011101001111011011110111000011110001110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69ED; }

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

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

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

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

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

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

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

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