#CA7CF0

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

Shades of Heliotrope #CA7CF0

Tints of Heliotrope #CA7CF0

Color information

#CA7CF0 (or 0xCA7CF0) is unknown color: approx Heliotrope. HEX triplet: CA, 7C and F0. RGB value is (202,124,240). Sum of RGB (Red+Green+Blue) = 202+124+240=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CF0 is #35830F. Grayscale: #A0A0A0. Windows color (decimal): -3506960 or 15760586. OLE color: 15760586.

HSL color Cylindrical-coordinate representation of color #CA7CF0: hue angle of 280.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7CF0 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202124240-
CMYK0.160.4800.06
HSL280.34º79.45%71.37%-
HSV(B)280.34º48.33%94.12%-
XYZ47.2933.2686.37-
YUV160.55172.84157.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 124 (48.83% from 255) = 21.91%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=35.69%
G=21.91%
B=42.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021242400.160.4800.06280.3479.4571.37
HexCA7CF01030061184f47
Octal312174360206006430117107
Binary1100101011111001111000010000110000011010001100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CF0; }

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

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

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

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

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

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

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

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