#CA7BEC

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

Shades of Heliotrope #CA7BEC

Tints of Heliotrope #CA7BEC

Color information

#CA7BEC (or 0xCA7BEC) is unknown color: approx Heliotrope. HEX triplet: CA, 7B and EC. RGB value is (202,123,236). Sum of RGB (Red+Green+Blue) = 202+123+236=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEC is #358413. Grayscale: #9F9F9F. Windows color (decimal): -3507220 or 15498186. OLE color: 15498186.

HSL color Cylindrical-coordinate representation of color #CA7BEC: hue angle of 281.95º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7BEC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202123236-
CMYK0.140.4800.07
HSL281.95º74.83%70.39%-
HSV(B)281.95º47.88%92.55%-
XYZ46.5832.7883.23-
YUV159.5171.17158.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 123 (48.44% from 255) = 21.93%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=36.01%
G=21.93%
B=42.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021232360.140.4800.07281.9574.8370.39
HexCA7BECE300711a4b46
Octal312173354166007432113106
Binary110010101111011111011001110110000011110001101010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BEC; }

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

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

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

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

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

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

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

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