#CA7AED

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

Shades of Heliotrope #CA7AED

Tints of Heliotrope #CA7AED

Color information

#CA7AED (or 0xCA7AED) is unknown color: approx Heliotrope. HEX triplet: CA, 7A and ED. RGB value is (202,122,237). Sum of RGB (Red+Green+Blue) = 202+122+237=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AED is #358512. Grayscale: #9E9E9E. Windows color (decimal): -3507475 or 15563466. OLE color: 15563466.

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

Color convert

RGB202122237-
CMYK0.150.4900.07
HSL281.74º76.16%70.39%-
HSV(B)281.74º48.52%92.94%-
XYZ46.632.5983.96-
YUV159.03172158.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=36.01%
G=21.75%
B=42.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021222370.150.4900.07281.7476.1670.39
HexCA7AEDF310711a4c46
Octal312172355176107432114106
Binary110010101111010111011011111110001011110001101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AED; }

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

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

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

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

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

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

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

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