#C285FE

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

Shades of Heliotrope #C285FE

Tints of Heliotrope #C285FE

Color information

#C285FE (or 0xC285FE) is unknown color: approx Heliotrope. HEX triplet: C2, 85 and FE. RGB value is (194,133,254). Sum of RGB (Red+Green+Blue) = 194+133+254=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C285FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285FE is #3D7A01. Grayscale: #A4A4A4. Windows color (decimal): -4028930 or 16680386. OLE color: 16680386.

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

Color convert

RGB194133254-
CMYK0.240.4800.00
HSL270.25º98.37%75.88%-
HSV(B)270.25º47.64%99.61%-
XYZ48.5335.498.04-
YUV165.03178.21148.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=33.39%
G=22.89%
B=43.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941332540.240.4800.00270.2598.3775.88
HexC285FE18300010e624c
Octal302205376306000416142114
Binary110000101000010111111110110001100000010000111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285FE; }

 p { color: rgb(194,133,254); }

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

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

 a { background-color: rgb(194,133,254); }

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

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

 span { border-color: rgb(194,133,254); }

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