#C751E1

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

Shades of Medium Orchid #C751E1

Tints of Medium Orchid #C751E1

Color information

#C751E1 (or 0xC751E1) is unknown color: approx Medium Orchid. HEX triplet: C7, 51 and E1. RGB value is (199,81,225). Sum of RGB (Red+Green+Blue) = 199+81+225=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #C751E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751E1 is #38AE1E. Grayscale: #848484. Windows color (decimal): -3714591 or 14766535. OLE color: 14766535.

HSL color Cylindrical-coordinate representation of color #C751E1: hue angle of 289.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C751E1 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19981225-
CMYK0.120.6400.12
HSL289.17º70.59%60%-
HSV(B)289.17º64%88.24%-
XYZ40.0923.4673.65-
YUV132.7180.09175.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 81 (32.03% from 255) = 16.04%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=39.41%
G=16.04%
B=44.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199812250.120.6400.12289.1770.5960
HexC751E1C400C121473c
Octal3071213411410001444110774
Binary1100011110100011110000111001000000011001001000011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751E1; }

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

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

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

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

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

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

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

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