#CA7FF2

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

Shades of Heliotrope #CA7FF2

Tints of Heliotrope #CA7FF2

Color information

#CA7FF2 (or 0xCA7FF2) is unknown color: approx Heliotrope. HEX triplet: CA, 7F and F2. RGB value is (202,127,242). Sum of RGB (Red+Green+Blue) = 202+127+242=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FF2 is #35800D. Grayscale: #A2A2A2. Windows color (decimal): -3506190 or 15892426. OLE color: 15892426.

HSL color Cylindrical-coordinate representation of color #CA7FF2: hue angle of 279.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7FF2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202127242-
CMYK0.170.4800.05
HSL279.13º81.56%72.35%-
HSV(B)279.13º47.52%94.9%-
XYZ47.9734.1588.07-
YUV162.54172.85156.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=35.38%
G=22.24%
B=42.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021272420.170.4800.05279.1381.5672.35
HexCA7FF21130051175248
Octal312177362216005427122110
Binary1100101011111111111001010001110000010110001011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FF2; }

 p { color: rgb(202,127,242); }

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

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

 a { background-color: rgb(202,127,242); }

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

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

 span { border-color: rgb(202,127,242); }

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