#C865D9

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

Shades of Medium Orchid #C865D9

Tints of Medium Orchid #C865D9

Color information

#C865D9 (or 0xC865D9) is unknown color: approx Medium Orchid. HEX triplet: C8, 65 and D9. RGB value is (200,101,217). Sum of RGB (Red+Green+Blue) = 200+101+217=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #C865D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D9 is #379A26. Grayscale: #8F8F8F. Windows color (decimal): -3643943 or 14247368. OLE color: 14247368.

HSL color Cylindrical-coordinate representation of color #C865D9: hue angle of 291.21º 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 #C865D9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200101217-
CMYK0.080.5300.15
HSL291.21º60.42%62.35%-
HSV(B)291.21º53.46%85.1%-
XYZ4126.668.62-
YUV143.82169.3168.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=38.61%
G=19.50%
B=41.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001012170.080.5300.15291.2160.4262.35
HexC865D98350F1233c3e
Octal31014533110650174437476
Binary11001000110010111011001100011010101111100100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C865D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C865D9; }

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

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

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

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

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

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

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

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