#CA7DFE

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

Shades of Heliotrope #CA7DFE

Tints of Heliotrope #CA7DFE

Color information

#CA7DFE (or 0xCA7DFE) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and FE. RGB value is (202,125,254). Sum of RGB (Red+Green+Blue) = 202+125+254=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFE is #358201. Grayscale: #A2A2A2. Windows color (decimal): -3506690 or 16678346. OLE color: 16678346.

HSL color Cylindrical-coordinate representation of color #CA7DFE: hue angle of 275.81º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7DFE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202125254-
CMYK0.200.5100.00
HSL275.81º98.47%74.31%-
HSV(B)275.81º50.79%99.61%-
XYZ49.5834.3897.79-
YUV162.73179.51156.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=34.77%
G=21.51%
B=43.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021252540.200.5100.00275.8198.4774.31
HexCA7DFE143300114624a
Octal312175376246300424142112
Binary11001010111110111111110101001100110010001010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DFE; }

 p { color: rgb(202,125,254); }

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

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

 a { background-color: rgb(202,125,254); }

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

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

 span { border-color: rgb(202,125,254); }

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