#C585FD

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

Shades of Heliotrope #C585FD

Tints of Heliotrope #C585FD

Color information

#C585FD (or 0xC585FD) is unknown color: approx Heliotrope. HEX triplet: C5, 85 and FD. RGB value is (197,133,253). Sum of RGB (Red+Green+Blue) = 197+133+253=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #C585FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FD is #3A7A02. Grayscale: #A5A5A5. Windows color (decimal): -3832323 or 16614853. OLE color: 16614853.

HSL color Cylindrical-coordinate representation of color #C585FD: hue angle of 272º 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 #C585FD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197133253-
CMYK0.220.4700.01
HSL272º96.77%75.69%-
HSV(B)272º47.43%99.22%-
XYZ49.1435.7497.24-
YUV165.82177.2150.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 133 (52.34% from 255) = 22.81%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=33.79%
G=22.81%
B=43.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971332530.220.4700.0127296.7775.69
HexC585FD162F01110614c
Octal305205375265701420141114
Binary110001011000010111111101101101011110110001000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585FD; }

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

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

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

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

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

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

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

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