#C751E0

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

Shades of Medium Orchid #C751E0

Tints of Medium Orchid #C751E0

Color information

#C751E0 (or 0xC751E0) is unknown color: approx Medium Orchid. HEX triplet: C7, 51 and E0. RGB value is (199,81,224). Sum of RGB (Red+Green+Blue) = 199+81+224=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #C751E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751E0 is #38AE1F. Grayscale: #848484. Windows color (decimal): -3714592 or 14700999. OLE color: 14700999.

HSL color Cylindrical-coordinate representation of color #C751E0: hue angle of 289.51º degrees, saturation: 0.7, 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 #C751E0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19981224-
CMYK0.110.6400.12
HSL289.51º69.76%59.8%-
HSV(B)289.51º63.84%87.84%-
XYZ39.9523.4172.93-
YUV132.58179.59175.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 81 (32.03% from 255) = 16.07%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=39.48%
G=16.07%
B=44.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199812240.110.6400.12289.5169.7659.8
HexC751E0B400C122463c
Octal3071213401310001444210674
Binary1100011110100011110000010111000000011001001000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751E0; }

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

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

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

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

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

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

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

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