#C63BEB

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

Shades of Medium Orchid #C63BEB

Tints of Medium Orchid #C63BEB

Color information

#C63BEB (or 0xC63BEB) is unknown color: approx Medium Orchid. HEX triplet: C6, 3B and EB. RGB value is (198,59,235). Sum of RGB (Red+Green+Blue) = 198+59+235=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #C63BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BEB is #39C414. Grayscale: #787878. Windows color (decimal): -3785749 or 15416262. OLE color: 15416262.

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

Color convert

RGB19859235-
CMYK0.160.7500.08
HSL287.39º81.48%57.65%-
HSV(B)287.39º74.89%92.16%-
XYZ39.8521.1380.58-
YUV120.62192.55183.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 59 (23.44% from 255) = 11.99%
BLUE value IS 235 (92.19% from 255) = 47.76%
R=40.24%
G=11.99%
B=47.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198592350.160.7500.08287.3981.4857.65
HexC63BEB104B0811f513a
Octal306733532011301043712172
Binary1100011011101111101011100001001011010001000111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63BEB; }

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

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

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

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

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

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

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

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