#C85CFC

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

Shades of Heliotrope #C85CFC

Tints of Heliotrope #C85CFC

Color information

#C85CFC (or 0xC85CFC) is unknown color: approx Heliotrope. HEX triplet: C8, 5C and FC. RGB value is (200,92,252). Sum of RGB (Red+Green+Blue) = 200+92+252=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #C85CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFC is #37A303. Grayscale: #8E8E8E. Windows color (decimal): -3646212 or 16538824. OLE color: 16538824.

HSL color Cylindrical-coordinate representation of color #C85CFC: hue angle of 280.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C85CFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20092252-
CMYK0.210.6300.01
HSL280.5º96.39%67.45%-
HSV(B)280.5º63.49%98.82%-
XYZ45.2226.9694.92-
YUV142.53189.78168.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=36.76%
G=16.91%
B=46.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal200922520.210.6300.01280.596.3967.45
HexC85CFC153F011186043
Octal310134374257701430140103
Binary11001000101110011111100101011111110110001100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CFC; }

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

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

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

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

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

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

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

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