#C651E1

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

Shades of Medium Orchid #C651E1

Tints of Medium Orchid #C651E1

Color information

#C651E1 (or 0xC651E1) is unknown color: approx Medium Orchid. HEX triplet: C6, 51 and E1. RGB value is (198,81,225). Sum of RGB (Red+Green+Blue) = 198+81+225=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #C651E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651E1 is #39AE1E. Grayscale: #838383. Windows color (decimal): -3780127 or 14766534. OLE color: 14766534.

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

Color convert

RGB19881225-
CMYK0.120.6400.12
HSL288.75º70.59%60%-
HSV(B)288.75º64%88.24%-
XYZ39.8223.3373.64-
YUV132.4180.26174.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 81 (32.03% from 255) = 16.07%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=39.29%
G=16.07%
B=44.64%

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
Decimal198812250.120.6400.12288.7570.5960
HexC651E1C400C121473c
Octal3061213411410001444110774
Binary1100011010100011110000111001000000011001001000011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C651E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C651E1; }

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

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

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

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

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

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

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

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