#CA8DFC

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

Shades of Heliotrope #CA8DFC

Tints of Heliotrope #CA8DFC

Color information

#CA8DFC (or 0xCA8DFC) is unknown color: approx Heliotrope. HEX triplet: CA, 8D and FC. RGB value is (202,141,252). Sum of RGB (Red+Green+Blue) = 202+141+252=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DFC is #357203. Grayscale: #ABABAB. Windows color (decimal): -3502596 or 16551370. OLE color: 16551370.

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

Color convert

RGB202141252-
CMYK0.200.4400.01
HSL272.97º94.87%77.06%-
HSV(B)272.97º44.05%98.82%-
XYZ51.4538.6396.84-
YUV171.89173.21149.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=33.95%
G=23.70%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021412520.200.4400.01272.9794.8777.06
HexCA8DFC142C011115f4d
Octal312215374245401421137115
Binary110010101000110111111100101001011000110001000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DFC; }

 p { color: rgb(202,141,252); }

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

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

 a { background-color: rgb(202,141,252); }

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

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

 span { border-color: rgb(202,141,252); }

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