#CA69E8

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

Shades of Heliotrope #CA69E8

Tints of Heliotrope #CA69E8

Color information

#CA69E8 (or 0xCA69E8) is unknown color: approx Heliotrope. HEX triplet: CA, 69 and E8. RGB value is (202,105,232). Sum of RGB (Red+Green+Blue) = 202+105+232=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69E8 is #359617. Grayscale: #949494. Windows color (decimal): -3511832 or 15231434. OLE color: 15231434.

HSL color Cylindrical-coordinate representation of color #CA69E8: hue angle of 285.83º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA69E8 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202105232-
CMYK0.130.5500.09
HSL285.83º73.41%66.08%-
HSV(B)285.83º54.74%90.98%-
XYZ43.9728.4979.52-
YUV148.48175.14166.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=37.48%
G=19.48%
B=43.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021052320.130.5500.09285.8373.4166.08
HexCA69E8D370911e4942
Octal3121513501567011436111102
Binary1100101011010011110100011011101110100110001111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69E8; }

 p { color: rgb(202,105,232); }

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

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

 a { background-color: rgb(202,105,232); }

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

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

 span { border-color: rgb(202,105,232); }

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