#C848E0

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

Shades of Medium Orchid #C848E0

Tints of Medium Orchid #C848E0

Color information

#C848E0 (or 0xC848E0) is unknown color: approx Medium Orchid. HEX triplet: C8, 48 and E0. RGB value is (200,72,224). Sum of RGB (Red+Green+Blue) = 200+72+224=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C848E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848E0 is #37B71F. Grayscale: #7F7F7F. Windows color (decimal): -3651360 or 14698696. OLE color: 14698696.

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

Color convert

RGB20072224-
CMYK0.110.6800.12
HSL290.53º71.03%58.04%-
HSV(B)290.53º67.86%87.84%-
XYZ39.5922.372.74-
YUV127.6182.41179.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 72 (28.52% from 255) = 14.52%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=40.32%
G=14.52%
B=45.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal200722240.110.6800.12290.5371.0358.04
HexC848E0B440C123473a
Octal3101103401310401444310772
Binary1100100010010001110000010111000100011001001000111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C848E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C848E0; }

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

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

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

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

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

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

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

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