#C865EA

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

Shades of Medium Orchid #C865EA

Tints of Medium Orchid #C865EA

Color information

#C865EA (or 0xC865EA) is unknown color: approx Medium Orchid. HEX triplet: C8, 65 and EA. RGB value is (200,101,234). Sum of RGB (Red+Green+Blue) = 200+101+234=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C865EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865EA is #379A15. Grayscale: #919191. Windows color (decimal): -3643926 or 15361480. OLE color: 15361480.

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

Color convert

RGB200101234-
CMYK0.150.5700.08
HSL284.66º76%65.69%-
HSV(B)284.66º56.84%91.76%-
XYZ43.3227.5380.87-
YUV145.76177.8166.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=37.38%
G=18.88%
B=43.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001012340.150.5700.08284.667665.69
HexC865EAF390811d4c42
Octal3101453521771010435114102
Binary1100100011001011110101011111110010100010001110110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865EA; }

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

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

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

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

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

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

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

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