#C62BE1

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

Shades of Medium Orchid #C62BE1

Tints of Medium Orchid #C62BE1

Color information

#C62BE1 (or 0xC62BE1) is unknown color: approx Medium Orchid. HEX triplet: C6, 2B and E1. RGB value is (198,43,225). Sum of RGB (Red+Green+Blue) = 198+43+225=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #C62BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BE1 is #39D41E. Grayscale: #6D6D6D. Windows color (decimal): -3789855 or 14756806. OLE color: 14756806.

HSL color Cylindrical-coordinate representation of color #C62BE1: hue angle of 291.1º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BE1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19843225-
CMYK0.120.8100.12
HSL291.1º75.21%52.55%-
HSV(B)291.1º80.89%88.24%-
XYZ37.7419.1772.95-
YUV110.09192.85190.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 43 (17.19% from 255) = 9.23%
BLUE value IS 225 (88.28% from 255) = 48.28%
R=42.49%
G=9.23%
B=48.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal198432250.120.8100.12291.175.2152.55
HexC62BE1C510C1234b35
Octal306533411412101444311365
Binary110001101010111110000111001010001011001001000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BE1; }

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

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

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

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

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

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

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

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