#CA7BEE

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

Shades of Heliotrope #CA7BEE

Tints of Heliotrope #CA7BEE

Color information

#CA7BEE (or 0xCA7BEE) is unknown color: approx Heliotrope. HEX triplet: CA, 7B and EE. RGB value is (202,123,238). Sum of RGB (Red+Green+Blue) = 202+123+238=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BEE is #358411. Grayscale: #9F9F9F. Windows color (decimal): -3507218 or 15629258. OLE color: 15629258.

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

Color convert

RGB202123238-
CMYK0.150.4800.07
HSL281.22º77.18%70.78%-
HSV(B)281.22º48.32%93.33%-
XYZ46.8732.984.77-
YUV159.73172.17158.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=35.88%
G=21.85%
B=42.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021232380.150.4800.07281.2277.1870.78
HexCA7BEEF30071194d47
Octal312173356176007431115107
Binary110010101111011111011101111110000011110001100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BEE; }

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

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

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

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

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

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

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

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