#CA85FF

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

Shades of Heliotrope #CA85FF

Tints of Heliotrope #CA85FF

Color information

#CA85FF (or 0xCA85FF) is unknown color: approx Heliotrope. HEX triplet: CA, 85 and FF. RGB value is (202,133,255). Sum of RGB (Red+Green+Blue) = 202+133+255=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FF is #357A00. Grayscale: #A7A7A7. Windows color (decimal): -3504641 or 16745930. OLE color: 16745930.

HSL color Cylindrical-coordinate representation of color #CA85FF: hue angle of 273.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA85FF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202133255-
CMYK0.210.4800
HSL273.93º100%76.08%-
HSV(B)273.93º47.84%100%-
XYZ50.7936.5598.99-
YUV167.54177.36152.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 255 (100% from 255) = 43.22%
R=34.24%
G=22.54%
B=43.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021332550.210.4800273.9310076.08
HexCA85FF153000112644c
Octal312205377256000422144114
Binary110010101000010111111111101011100000010001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85FF; }

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

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

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

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

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

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

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

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