#C62FEB

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

Shades of Medium Orchid #C62FEB

Tints of Medium Orchid #C62FEB

Color information

#C62FEB (or 0xC62FEB) is unknown color: approx Medium Orchid. HEX triplet: C6, 2F and EB. RGB value is (198,47,235). Sum of RGB (Red+Green+Blue) = 198+47+235=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FEB is #39D014. Grayscale: #707070. Windows color (decimal): -3788821 or 15413190. OLE color: 15413190.

HSL color Cylindrical-coordinate representation of color #C62FEB: hue angle of 288.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62FEB is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19847235-
CMYK0.160.800.08
HSL288.19º82.46%55.29%-
HSV(B)288.19º80%92.16%-
XYZ39.320.0480.39-
YUV113.58196.53188.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 47 (18.75% from 255) = 9.79%
BLUE value IS 235 (92.19% from 255) = 48.96%
R=41.25%
G=9.79%
B=48.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198472350.160.800.08288.1982.4655.29
HexC62FEB1050081205237
Octal306573532012001044012267
Binary1100011010111111101011100001010000010001001000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62FEB; }

 p { color: rgb(198,47,235); }

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

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

 a { background-color: rgb(198,47,235); }

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

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

 span { border-color: rgb(198,47,235); }

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