#C751D8

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

Shades of Medium Orchid #C751D8

Tints of Medium Orchid #C751D8

Color information

#C751D8 (or 0xC751D8) is unknown color: approx Medium Orchid. HEX triplet: C7, 51 and D8. RGB value is (199,81,216). Sum of RGB (Red+Green+Blue) = 199+81+216=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #C751D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751D8 is #38AE27. Grayscale: #838383. Windows color (decimal): -3714600 or 14176711. OLE color: 14176711.

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

Color convert

RGB19981216-
CMYK0.080.6200.15
HSL292.44º63.38%58.24%-
HSV(B)292.44º62.5%84.71%-
XYZ38.8922.9867.35-
YUV131.67175.59176.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 81 (32.03% from 255) = 16.33%
BLUE value IS 216 (84.77% from 255) = 43.55%
R=40.12%
G=16.33%
B=43.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199812160.080.6200.15292.4463.3858.24
HexC751D883E0F1243f3a
Octal30712133010760174447772
Binary11000111101000111011000100011111001111100100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751D8; }

 p { color: rgb(199,81,216); }

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

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

 a { background-color: rgb(199,81,216); }

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

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

 span { border-color: rgb(199,81,216); }

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