#CA66F8

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

Shades of Heliotrope #CA66F8

Tints of Heliotrope #CA66F8

Color information

#CA66F8 (or 0xCA66F8) is unknown color: approx Heliotrope. HEX triplet: CA, 66 and F8. RGB value is (202,102,248). Sum of RGB (Red+Green+Blue) = 202+102+248=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA66F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66F8 is #359907. Grayscale: #949494. Windows color (decimal): -3512584 or 16279242. OLE color: 16279242.

HSL color Cylindrical-coordinate representation of color #CA66F8: hue angle of 281.1º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA66F8 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202102248-
CMYK0.190.5900.03
HSL281.1º91.25%68.63%-
HSV(B)281.1º58.87%97.25%-
XYZ46.0528.8491.95-
YUV148.54184.13166.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 248 (97.27% from 255) = 44.93%
R=36.59%
G=18.48%
B=44.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021022480.190.5900.03281.191.2568.63
HexCA66F8133B031195b45
Octal312146370237303431133105
Binary110010101100110111110001001111101101110001100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66F8; }

 p { color: rgb(202,102,248); }

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

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

 a { background-color: rgb(202,102,248); }

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

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

 span { border-color: rgb(202,102,248); }

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