#C585FF

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

Shades of Heliotrope #C585FF

Tints of Heliotrope #C585FF

Color information

#C585FF (or 0xC585FF) is unknown color: approx Heliotrope. HEX triplet: C5, 85 and FF. RGB value is (197,133,255). Sum of RGB (Red+Green+Blue) = 197+133+255=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C585FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FF is #3A7A00. Grayscale: #A5A5A5. Windows color (decimal): -3832321 or 16745925. OLE color: 16745925.

HSL color Cylindrical-coordinate representation of color #C585FF: hue angle of 271.48º 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 #C585FF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197133255-
CMYK0.230.4800
HSL271.48º100%76.08%-
HSV(B)271.48º47.84%100%-
XYZ49.4635.8798.92-
YUV166.04178.2150.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 255 (100% from 255) = 43.59%
R=33.68%
G=22.74%
B=43.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971332550.230.4800271.4810076.08
HexC585FF17300010f644c
Octal305205377276000417144114
Binary110001011000010111111111101111100000010000111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585FF; }

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

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

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

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

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

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

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

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