#C862EA

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

Shades of Medium Orchid #C862EA

Tints of Medium Orchid #C862EA

Color information

#C862EA (or 0xC862EA) is unknown color: approx Medium Orchid. HEX triplet: C8, 62 and EA. RGB value is (200,98,234). Sum of RGB (Red+Green+Blue) = 200+98+234=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C862EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C862EA is #379D15. Grayscale: #8F8F8F. Windows color (decimal): -3644694 or 15360712. OLE color: 15360712.

HSL color Cylindrical-coordinate representation of color #C862EA: hue angle of 285º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C862EA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20098234-
CMYK0.150.5800.08
HSL285º76.4%65.1%-
HSV(B)285º58.12%91.76%-
XYZ43.0426.9680.78-
YUV144178.79167.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 98 (38.67% from 255) = 18.42%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=37.59%
G=18.42%
B=43.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal200982340.150.5800.0828576.465.1
HexC862EAF3A0811d4c41
Octal3101423521772010435114101
Binary1100100011000101110101011111110100100010001110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862EA; }

 p { color: rgb(200,98,234); }

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

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

 a { background-color: rgb(200,98,234); }

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

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

 span { border-color: rgb(200,98,234); }

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