#C851E0

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

Shades of Medium Orchid #C851E0

Tints of Medium Orchid #C851E0

Color information

#C851E0 (or 0xC851E0) is unknown color: approx Medium Orchid. HEX triplet: C8, 51 and E0. RGB value is (200,81,224). Sum of RGB (Red+Green+Blue) = 200+81+224=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #C851E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851E0 is #37AE1F. Grayscale: #848484. Windows color (decimal): -3649056 or 14701000. OLE color: 14701000.

HSL color Cylindrical-coordinate representation of color #C851E0: hue angle of 289.93º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C851E0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20081224-
CMYK0.110.6400.12
HSL289.93º69.76%59.8%-
HSV(B)289.93º63.84%87.84%-
XYZ40.2223.5572.95-
YUV132.88179.42175.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 81 (32.03% from 255) = 16.04%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=39.60%
G=16.04%
B=44.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal200812240.110.6400.12289.9369.7659.8
HexC851E0B400C122463c
Octal3101213401310001444210674
Binary1100100010100011110000010111000000011001001000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851E0; }

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

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

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

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

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

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

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

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