#C62ADD

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

Shades of Medium Orchid #C62ADD

Tints of Medium Orchid #C62ADD

Color information

#C62ADD (or 0xC62ADD) is unknown color: approx Medium Orchid. HEX triplet: C6, 2A and DD. RGB value is (198,42,221). Sum of RGB (Red+Green+Blue) = 198+42+221=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ADD is #39D522. Grayscale: #6C6C6C. Windows color (decimal): -3790115 or 14494406. OLE color: 14494406.

HSL color Cylindrical-coordinate representation of color #C62ADD: hue angle of 292.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62ADD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19842221-
CMYK0.100.8100.13
HSL292.29º72.47%51.57%-
HSV(B)292.29º81%86.67%-
XYZ37.1718.8870.09-
YUV109.05191.18191.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 42 (16.80% from 255) = 9.11%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=42.95%
G=9.11%
B=47.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198422210.100.8100.13292.2972.4751.57
HexC62ADDA510D1244834
Octal306523351212101544411064
Binary110001101010101101110110101010001011011001001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62ADD; }

 p { color: rgb(198,42,221); }

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

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

 a { background-color: rgb(198,42,221); }

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

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

 span { border-color: rgb(198,42,221); }

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