#CA69EB

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

Shades of Heliotrope #CA69EB

Tints of Heliotrope #CA69EB

Color information

#CA69EB (or 0xCA69EB) is unknown color: approx Heliotrope. HEX triplet: CA, 69 and EB. RGB value is (202,105,235). Sum of RGB (Red+Green+Blue) = 202+105+235=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA69EB is #359614. Grayscale: #949494. Windows color (decimal): -3511829 or 15428042. OLE color: 15428042.

HSL color Cylindrical-coordinate representation of color #CA69EB: hue angle of 284.77º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA69EB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202105235-
CMYK0.140.5500.08
HSL284.77º76.47%66.67%-
HSV(B)284.77º55.32%92.16%-
XYZ44.428.6681.79-
YUV148.82176.64165.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=37.27%
G=19.37%
B=43.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021052350.140.5500.08284.7776.4766.67
HexCA69EBE370811d4c43
Octal3121513531667010435114103
Binary1100101011010011110101111101101110100010001110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69EB; }

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

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

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

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

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

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

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

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