#CA85FB

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

Shades of Heliotrope #CA85FB

Tints of Heliotrope #CA85FB

Color information

#CA85FB (or 0xCA85FB) is unknown color: approx Heliotrope. HEX triplet: CA, 85 and FB. RGB value is (202,133,251). Sum of RGB (Red+Green+Blue) = 202+133+251=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FB is #357A04. Grayscale: #A6A6A6. Windows color (decimal): -3504645 or 16483786. OLE color: 16483786.

HSL color Cylindrical-coordinate representation of color #CA85FB: hue angle of 275.08º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA85FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202133251-
CMYK0.200.4700.02
HSL275.08º93.65%75.29%-
HSV(B)275.08º47.01%98.43%-
XYZ50.1636.395.63-
YUV167.08175.36152.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 133 (52.34% from 255) = 22.70%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=34.47%
G=22.70%
B=42.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021332510.200.4700.02275.0893.6575.29
HexCA85FB142F021135e4b
Octal312205373245702423136113
Binary1100101010000101111110111010010111101010001001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85FB; }

 p { color: rgb(202,133,251); }

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

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

 a { background-color: rgb(202,133,251); }

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

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

 span { border-color: rgb(202,133,251); }

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