#c62be6

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

Shades of Medium Orchid #C62BE6

Tints of Medium Orchid #C62BE6

Color information

#C62BE6 (or 0xC62BE6) is unknown color: approx Medium Orchid. HEX triplet: C6, 2B and E6. RGB value is (198,43,230). Sum of RGB (Red+Green+Blue) = 198+43+230=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #C62BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BE6 is #39D419. Grayscale: #6E6E6E. Windows color (decimal): -3789850 or 15084486. OLE color: 15084486.

HSL color Cylindrical-coordinate representation of color #C62BE6: hue angle of 289.73º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BE6 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19843230-
CMYK0.140.8100.10
HSL289.73º78.9%53.53%-
HSV(B)289.73º81.3%90.2%-
XYZ38.4419.4576.59-
YUV110.66195.35190.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 43 (17.19% from 255) = 9.13%
BLUE value IS 230 (90.23% from 255) = 48.83%
R=42.04%
G=9.13%
B=48.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal198432300.140.8100.10289.7378.953.53
HexC62BE6E510A1224f36
Octal306533461612101244211766
Binary110001101010111110011011101010001010101001000101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62be6; }

 p { color: rgb(198,43,230); }

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

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

 a { background-color: rgb(198,43,230); }

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

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

 span { border-color: rgb(198,43,230); }

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