#CA7FF0

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

Shades of Heliotrope #CA7FF0

Tints of Heliotrope #CA7FF0

Color information

#CA7FF0 (or 0xCA7FF0) is unknown color: approx Heliotrope. HEX triplet: CA, 7F and F0. RGB value is (202,127,240). Sum of RGB (Red+Green+Blue) = 202+127+240=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FF0 is #35800F. Grayscale: #A1A1A1. Windows color (decimal): -3506192 or 15761354. OLE color: 15761354.

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

Color convert

RGB202127240-
CMYK0.160.4700.06
HSL279.82º79.02%71.96%-
HSV(B)279.82º47.08%94.12%-
XYZ47.6734.0386.49-
YUV162.31171.85156.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=35.50%
G=22.32%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021272400.160.4700.06279.8279.0271.96
HexCA7FF0102F061184f48
Octal312177360205706430117110
Binary1100101011111111111000010000101111011010001100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FF0; }

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

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

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

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

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

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

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

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