#C658E4

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

Shades of Medium Orchid #C658E4

Tints of Medium Orchid #C658E4

Color information

#C658E4 (or 0xC658E4) is unknown color: approx Medium Orchid. HEX triplet: C6, 58 and E4. RGB value is (198,88,228). Sum of RGB (Red+Green+Blue) = 198+88+228=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #C658E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658E4 is #39A71B. Grayscale: #888888. Windows color (decimal): -3778332 or 14964934. OLE color: 14964934.

HSL color Cylindrical-coordinate representation of color #C658E4: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C658E4 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19888228-
CMYK0.130.6100.11
HSL287.14º72.16%61.96%-
HSV(B)287.14º61.4%89.41%-
XYZ40.7824.5976-
YUV136.85179.44171.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 88 (34.77% from 255) = 17.12%
BLUE value IS 228 (89.45% from 255) = 44.36%
R=38.52%
G=17.12%
B=44.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal198882280.130.6100.11287.1472.1661.96
HexC658E4D3D0B11f483e
Octal306130344157501343711076
Binary110001101011000111001001101111101010111000111111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C658E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C658E4; }

 p { color: rgb(198,88,228); }

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

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

 a { background-color: rgb(198,88,228); }

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

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

 span { border-color: rgb(198,88,228); }

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