#CA85FD

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

Shades of Heliotrope #CA85FD

Tints of Heliotrope #CA85FD

Color information

#CA85FD (or 0xCA85FD) is unknown color: approx Heliotrope. HEX triplet: CA, 85 and FD. RGB value is (202,133,253). Sum of RGB (Red+Green+Blue) = 202+133+253=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85FD is #357A02. Grayscale: #A6A6A6. Windows color (decimal): -3504643 or 16614858. OLE color: 16614858.

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

Color convert

RGB202133253-
CMYK0.200.4700.01
HSL274.5º96.77%75.69%-
HSV(B)274.5º47.43%99.22%-
XYZ50.4736.4297.3-
YUV167.31176.36152.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=34.35%
G=22.62%
B=43.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021332530.200.4700.01274.596.7775.69
HexCA85FD142F01112614c
Octal312205375245701422141114
Binary110010101000010111111101101001011110110001001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85FD; }

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

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

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

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

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

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

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

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