#C485FD

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

Shades of Heliotrope #C485FD

Tints of Heliotrope #C485FD

Color information

#C485FD (or 0xC485FD) is unknown color: approx Heliotrope. HEX triplet: C4, 85 and FD. RGB value is (196,133,253). Sum of RGB (Red+Green+Blue) = 196+133+253=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #C485FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485FD is #3B7A02. Grayscale: #A5A5A5. Windows color (decimal): -3897859 or 16614852. OLE color: 16614852.

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

Color convert

RGB196133253-
CMYK0.230.4700.01
HSL271.5º96.77%75.69%-
HSV(B)271.5º47.43%99.22%-
XYZ48.8835.697.22-
YUV165.52177.37149.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 22.85%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=33.68%
G=22.85%
B=43.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961332530.230.4700.01271.596.7775.69
HexC485FD172F01110614c
Octal304205375275701420141114
Binary110001001000010111111101101111011110110001000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485FD; }

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

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

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

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

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

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

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

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