#C865D8

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

Shades of Medium Orchid #C865D8

Tints of Medium Orchid #C865D8

Color information

#C865D8 (or 0xC865D8) is unknown color: approx Medium Orchid. HEX triplet: C8, 65 and D8. RGB value is (200,101,216). Sum of RGB (Red+Green+Blue) = 200+101+216=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #C865D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D8 is #379A27. Grayscale: #8F8F8F. Windows color (decimal): -3643944 or 14181832. OLE color: 14181832.

HSL color Cylindrical-coordinate representation of color #C865D8: hue angle of 291.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C865D8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200101216-
CMYK0.070.5300.15
HSL291.65º59.59%62.16%-
HSV(B)291.65º53.24%84.71%-
XYZ40.8726.5467.94-
YUV143.71168.8168.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=38.68%
G=19.54%
B=41.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001012160.070.5300.15291.6559.5962.16
HexC865D87350F1243c3e
Octal3101453307650174447476
Binary1100100011001011101100011111010101111100100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865D8; }

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

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

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

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

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

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

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

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