#C85CFD

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

Shades of Heliotrope #C85CFD

Tints of Heliotrope #C85CFD

Color information

#C85CFD (or 0xC85CFD) is unknown color: approx Heliotrope. HEX triplet: C8, 5C and FD. RGB value is (200,92,253). Sum of RGB (Red+Green+Blue) = 200+92+253=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C85CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CFD is #37A302. Grayscale: #8E8E8E. Windows color (decimal): -3646211 or 16604360. OLE color: 16604360.

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

Color convert

RGB20092253-
CMYK0.210.6400.01
HSL280.25º97.58%67.65%-
HSV(B)280.25º63.64%99.22%-
XYZ45.3827.0395.75-
YUV142.65190.28168.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=36.70%
G=16.88%
B=46.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal200922530.210.6400.01280.2597.5867.65
HexC85CFD1540011186244
Octal3101343752510001430142104
Binary110010001011100111111011010110000000110001100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CFD; }

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

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

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

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

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

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

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

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