#CA7DF4

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

Shades of Heliotrope #CA7DF4

Tints of Heliotrope #CA7DF4

Color information

#CA7DF4 (or 0xCA7DF4) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and F4. RGB value is (202,125,244). Sum of RGB (Red+Green+Blue) = 202+125+244=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA7DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DF4 is #35820B. Grayscale: #A1A1A1. Windows color (decimal): -3506700 or 16022986. OLE color: 16022986.

HSL color Cylindrical-coordinate representation of color #CA7DF4: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7DF4 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202125244-
CMYK0.170.4900.04
HSL278.82º84.4%72.35%-
HSV(B)278.82º48.77%95.69%-
XYZ48.0233.7689.57-
YUV161.59174.51156.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 244 (95.70% from 255) = 42.73%
R=35.38%
G=21.89%
B=42.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021252440.170.4900.04278.8284.472.35
HexCA7DF41131041175448
Octal312175364216104427124110
Binary1100101011111011111010010001110001010010001011110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DF4; }

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

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

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

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

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

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

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

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