#CA85FA

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

Shades of Heliotrope #CA85FA

Tints of Heliotrope #CA85FA

Color information

#CA85FA (or 0xCA85FA) is unknown color: approx Heliotrope. HEX triplet: CA, 85 and FA. RGB value is (202,133,250). Sum of RGB (Red+Green+Blue) = 202+133+250=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FA is #357A05. Grayscale: #A6A6A6. Windows color (decimal): -3504646 or 16418250. OLE color: 16418250.

HSL color Cylindrical-coordinate representation of color #CA85FA: hue angle of 275.38º degrees, saturation: 0.92, 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 #CA85FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202133250-
CMYK0.190.4700.02
HSL275.38º92.13%75.1%-
HSV(B)275.38º46.8%98.04%-
XYZ5036.2394.8-
YUV166.97174.86152.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=34.53%
G=22.74%
B=42.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021332500.190.4700.02275.3892.1375.1
HexCA85FA132F021135c4b
Octal312205372235702423134113
Binary1100101010000101111110101001110111101010001001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85FA; }

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

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

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

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

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

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

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

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