#C756D4

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

Shades of Medium Orchid #C756D4

Tints of Medium Orchid #C756D4

Color information

#C756D4 (or 0xC756D4) is unknown color: approx Medium Orchid. HEX triplet: C7, 56 and D4. RGB value is (199,86,212). Sum of RGB (Red+Green+Blue) = 199+86+212=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #C756D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756D4 is #38A92B. Grayscale: #858585. Windows color (decimal): -3713324 or 13915847. OLE color: 13915847.

HSL color Cylindrical-coordinate representation of color #C756D4: hue angle of 293.81º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C756D4 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19986212-
CMYK0.060.5900.17
HSL293.81º59.43%58.43%-
HSV(B)293.81º59.43%83.14%-
XYZ38.7623.5564.79-
YUV134.15171.94174.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 86 (33.98% from 255) = 17.30%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=40.04%
G=17.30%
B=42.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199862120.060.5900.17293.8159.4358.43
HexC756D463B0111263b3a
Octal3071263246730214467372
Binary11000111101011011010100110111011010001100100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C756D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C756D4; }

 p { color: rgb(199,86,212); }

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

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

 a { background-color: rgb(199,86,212); }

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

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

 span { border-color: rgb(199,86,212); }

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