#CA7AFF

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

Shades of Heliotrope #CA7AFF

Tints of Heliotrope #CA7AFF

Color information

#CA7AFF (or 0xCA7AFF) is unknown color: approx Heliotrope. HEX triplet: CA, 7A and FF. RGB value is (202,122,255). Sum of RGB (Red+Green+Blue) = 202+122+255=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AFF is #358500. Grayscale: #A0A0A0. Windows color (decimal): -3507457 or 16743114. OLE color: 16743114.

HSL color Cylindrical-coordinate representation of color #CA7AFF: hue angle of 276.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7AFF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202122255-
CMYK0.210.5200
HSL276.09º100%73.92%-
HSV(B)276.09º52.16%100%-
XYZ49.3733.798.51-
YUV161.08181157.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 122 (48.05% from 255) = 21.07%
BLUE value IS 255 (100% from 255) = 44.04%
R=34.89%
G=21.07%
B=44.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021222550.210.5200276.0910073.92
HexCA7AFF153400114644a
Octal312172377256400424144112
Binary11001010111101011111111101011101000010001010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AFF; }

 p { color: rgb(202,122,255); }

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

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

 a { background-color: rgb(202,122,255); }

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

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

 span { border-color: rgb(202,122,255); }

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