#CA7EFC

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

Shades of Heliotrope #CA7EFC

Tints of Heliotrope #CA7EFC

Color information

#CA7EFC (or 0xCA7EFC) is unknown color: approx Heliotrope. HEX triplet: CA, 7E and FC. RGB value is (202,126,252). Sum of RGB (Red+Green+Blue) = 202+126+252=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EFC is #358103. Grayscale: #A2A2A2. Windows color (decimal): -3506436 or 16547530. OLE color: 16547530.

HSL color Cylindrical-coordinate representation of color #CA7EFC: hue angle of 276.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7EFC is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202126252-
CMYK0.200.500.01
HSL276.19º95.45%74.12%-
HSV(B)276.19º50%98.82%-
XYZ49.3934.5196.15-
YUV163.09178.18155.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=34.83%
G=21.72%
B=43.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021262520.200.500.01276.1995.4574.12
HexCA7EFC1432011145f4a
Octal312176374246201424137112
Binary11001010111111011111100101001100100110001010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EFC; }

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

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

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

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

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

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

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

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