#c62bd5

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

Shades of Medium Orchid #C62BD5

Tints of Medium Orchid #C62BD5

Color information

#C62BD5 (or 0xC62BD5) is unknown color: approx Medium Orchid. HEX triplet: C6, 2B and D5. RGB value is (198,43,213). Sum of RGB (Red+Green+Blue) = 198+43+213=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #C62BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BD5 is #39D42A. Grayscale: #6C6C6C. Windows color (decimal): -3789867 or 13970374. OLE color: 13970374.

HSL color Cylindrical-coordinate representation of color #C62BD5: hue angle of 294.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62BD5 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19843213-
CMYK0.070.8000.16
HSL294.71º66.93%50.2%-
HSV(B)294.71º79.81%83.53%-
XYZ36.1618.5464.62-
YUV108.72186.85191.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 43 (17.19% from 255) = 9.47%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=43.61%
G=9.47%
B=46.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198432130.070.8000.16294.7166.9350.2
HexC62BD57500101274332
Octal30653325712002044710362
Binary110001101010111101010111110100000100001001001111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62bd5; }

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

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

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

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

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

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

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

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