#CA7EFD

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

Shades of Heliotrope #CA7EFD

Tints of Heliotrope #CA7EFD

Color information

#CA7EFD (or 0xCA7EFD) is unknown color: approx Heliotrope. HEX triplet: CA, 7E and FD. RGB value is (202,126,253). Sum of RGB (Red+Green+Blue) = 202+126+253=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EFD is #358102. Grayscale: #A2A2A2. Windows color (decimal): -3506435 or 16613066. OLE color: 16613066.

HSL color Cylindrical-coordinate representation of color #CA7EFD: hue angle of 275.91º degrees, saturation: 0.97, 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 #CA7EFD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202126253-
CMYK0.200.5000.01
HSL275.91º96.95%74.31%-
HSV(B)275.91º50.2%99.22%-
XYZ49.5534.5796.99-
YUV163.2178.68155.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=34.77%
G=21.69%
B=43.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021262530.200.5000.01275.9196.9574.31
HexCA7EFD143201114614a
Octal312176375246201424141112
Binary11001010111111011111101101001100100110001010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EFD; }

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

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

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

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

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

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

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

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