#CA7BEA

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

Shades of Heliotrope #CA7BEA

Tints of Heliotrope #CA7BEA

Color information

#CA7BEA (or 0xCA7BEA) is unknown color: approx Heliotrope. HEX triplet: CA, 7B and EA. RGB value is (202,123,234). Sum of RGB (Red+Green+Blue) = 202+123+234=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEA is #358415. Grayscale: #9E9E9E. Windows color (decimal): -3507222 or 15367114. OLE color: 15367114.

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

Color convert

RGB202123234-
CMYK0.140.4700.08
HSL282.7º72.55%70%-
HSV(B)282.7º47.44%91.76%-
XYZ46.2932.6681.71-
YUV159.27170.17158.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 123 (48.44% from 255) = 22.00%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=36.14%
G=22.00%
B=41.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021232340.140.4700.08282.772.5570
HexCA7BEAE2F0811b4946
Octal3121733521657010433111106
Binary1100101011110111110101011101011110100010001101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BEA; }

 p { color: rgb(202,123,234); }

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

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

 a { background-color: rgb(202,123,234); }

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

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

 span { border-color: rgb(202,123,234); }

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