#C85CFF

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

Shades of Heliotrope #C85CFF

Tints of Heliotrope #C85CFF

Color information

#C85CFF (or 0xC85CFF) is unknown color: approx Heliotrope. HEX triplet: C8, 5C and FF. RGB value is (200,92,255). Sum of RGB (Red+Green+Blue) = 200+92+255=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C85CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFF is #37A300. Grayscale: #8E8E8E. Windows color (decimal): -3646209 or 16735432. OLE color: 16735432.

HSL color Cylindrical-coordinate representation of color #C85CFF: hue angle of 279.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C85CFF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20092255-
CMYK0.220.6400
HSL279.75º100%68.04%-
HSV(B)279.75º63.92%100%-
XYZ45.727.1597.44-
YUV142.87191.28168.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 92 (36.33% from 255) = 16.82%
BLUE value IS 255 (100% from 255) = 46.62%
R=36.56%
G=16.82%
B=46.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200922550.220.6400279.7510068.04
HexC85CFF1640001186444
Octal3101343772610000430144104
Binary110010001011100111111111011010000000010001100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CFF; }

 p { color: rgb(200,92,255); }

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

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

 a { background-color: rgb(200,92,255); }

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

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

 span { border-color: rgb(200,92,255); }

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