#CA88FD

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

Shades of Heliotrope #CA88FD

Tints of Heliotrope #CA88FD

Color information

#CA88FD (or 0xCA88FD) is unknown color: approx Heliotrope. HEX triplet: CA, 88 and FD. RGB value is (202,136,253). Sum of RGB (Red+Green+Blue) = 202+136+253=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA88FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88FD is #357702. Grayscale: #A8A8A8. Windows color (decimal): -3503875 or 16615626. OLE color: 16615626.

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

Color convert

RGB202136253-
CMYK0.200.4600.01
HSL273.85º96.69%76.27%-
HSV(B)273.85º46.25%99.22%-
XYZ50.8937.2697.44-
YUV169.07175.37151.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 136 (53.52% from 255) = 23.01%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=34.18%
G=23.01%
B=42.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021362530.200.4600.01273.8596.6976.27
HexCA88FD142E01112614c
Octal312210375245601422141114
Binary110010101000100011111101101001011100110001001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88FD; }

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

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

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

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

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

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

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

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