#CA7EFB

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

Shades of Heliotrope #CA7EFB

Tints of Heliotrope #CA7EFB

Color information

#CA7EFB (or 0xCA7EFB) is unknown color: approx Heliotrope. HEX triplet: CA, 7E and FB. RGB value is (202,126,251). Sum of RGB (Red+Green+Blue) = 202+126+251=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EFB is #358104. Grayscale: #A2A2A2. Windows color (decimal): -3506437 or 16481994. OLE color: 16481994.

HSL color Cylindrical-coordinate representation of color #CA7EFB: hue angle of 276.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7EFB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202126251-
CMYK0.200.5000.02
HSL276.48º93.98%73.92%-
HSV(B)276.48º49.8%98.43%-
XYZ49.2334.4495.32-
YUV162.97177.68155.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 126 (49.61% from 255) = 21.76%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=34.89%
G=21.76%
B=43.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021262510.200.5000.02276.4893.9873.92
HexCA7EFB1432021145e4a
Octal312176373246202424136112
Binary110010101111110111110111010011001001010001010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EFB; }

 p { color: rgb(202,126,251); }

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

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

 a { background-color: rgb(202,126,251); }

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

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

 span { border-color: rgb(202,126,251); }

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