#CA7CEB

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

Shades of Heliotrope #CA7CEB

Tints of Heliotrope #CA7CEB

Color information

#CA7CEB (or 0xCA7CEB) is unknown color: approx Heliotrope. HEX triplet: CA, 7C and EB. RGB value is (202,124,235). Sum of RGB (Red+Green+Blue) = 202+124+235=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CEB is #358314. Grayscale: #9F9F9F. Windows color (decimal): -3506965 or 15432906. OLE color: 15432906.

HSL color Cylindrical-coordinate representation of color #CA7CEB: hue angle of 282.16º degrees, saturation: 0.74, 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 #CA7CEB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202124235-
CMYK0.140.4700.08
HSL282.16º73.51%70.39%-
HSV(B)282.16º47.23%92.16%-
XYZ46.5632.9782.51-
YUV159.98170.34157.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=36.01%
G=22.10%
B=41.89%

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
Decimal2021242350.140.4700.08282.1673.5170.39
HexCA7CEBE2F0811a4a46
Octal3121743531657010432112106
Binary1100101011111001110101111101011110100010001101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CEB; }

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

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

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

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

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

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

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

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