#CA7DF1

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

Shades of Heliotrope #CA7DF1

Tints of Heliotrope #CA7DF1

Color information

#CA7DF1 (or 0xCA7DF1) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and F1. RGB value is (202,125,241). Sum of RGB (Red+Green+Blue) = 202+125+241=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DF1 is #35820E. Grayscale: #A0A0A0. Windows color (decimal): -3506703 or 15826378. OLE color: 15826378.

HSL color Cylindrical-coordinate representation of color #CA7DF1: hue angle of 279.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA7DF1 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202125241-
CMYK0.160.4800.05
HSL279.83º80.56%71.76%-
HSV(B)279.83º48.13%94.51%-
XYZ47.5733.5787.19-
YUV161.25173.01157.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=35.56%
G=22.01%
B=42.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021252410.160.4800.05279.8380.5671.76
HexCA7DF11030051185148
Octal312175361206005430121110
Binary1100101011111011111000110000110000010110001100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DF1; }

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

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

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

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

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

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

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

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