#C851E5

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

Shades of Medium Orchid #C851E5

Tints of Medium Orchid #C851E5

Color information

#C851E5 (or 0xC851E5) is unknown color: approx Medium Orchid. HEX triplet: C8, 51 and E5. RGB value is (200,81,229). Sum of RGB (Red+Green+Blue) = 200+81+229=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #C851E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851E5 is #37AE1A. Grayscale: #848484. Windows color (decimal): -3649051 or 15028680. OLE color: 15028680.

HSL color Cylindrical-coordinate representation of color #C851E5: hue angle of 288.24º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C851E5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20081229-
CMYK0.130.6500.10
HSL288.24º74%60.78%-
HSV(B)288.24º64.63%89.8%-
XYZ40.923.8276.57-
YUV133.45181.92175.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 81 (32.03% from 255) = 15.88%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=39.22%
G=15.88%
B=44.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal200812290.130.6500.10288.247460.78
HexC851E5D410A1204a3d
Octal3101213451510101244011275
Binary1100100010100011110010111011000001010101001000001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851E5; }

 p { color: rgb(200,81,229); }

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

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

 a { background-color: rgb(200,81,229); }

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

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

 span { border-color: rgb(200,81,229); }

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