#CA8AFD

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

Shades of Heliotrope #CA8AFD

Tints of Heliotrope #CA8AFD

Color information

#CA8AFD (or 0xCA8AFD) is unknown color: approx Heliotrope. HEX triplet: CA, 8A and FD. RGB value is (202,138,253). Sum of RGB (Red+Green+Blue) = 202+138+253=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AFD is #357502. Grayscale: #A9A9A9. Windows color (decimal): -3503363 or 16616138. OLE color: 16616138.

HSL color Cylindrical-coordinate representation of color #CA8AFD: hue angle of 273.39º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8AFD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202138253-
CMYK0.200.4500.01
HSL273.39º96.64%76.67%-
HSV(B)273.39º45.45%99.22%-
XYZ51.1837.8397.53-
YUV170.25174.7150.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=34.06%
G=23.27%
B=42.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021382530.200.4500.01273.3996.6476.67
HexCA8AFD142D01111614d
Octal312212375245501421141115
Binary110010101000101011111101101001011010110001000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8AFD; }

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

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

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

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

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

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

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

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