#C03ADD

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

Shades of Medium Orchid #C03ADD

Tints of Medium Orchid #C03ADD

Color information

#C03ADD (or 0xC03ADD) is unknown color: approx Medium Orchid. HEX triplet: C0, 3A and DD. RGB value is (192,58,221). Sum of RGB (Red+Green+Blue) = 192+58+221=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C03ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ADD is #3FC522. Grayscale: #747474. Windows color (decimal): -4179235 or 14498496. OLE color: 14498496.

HSL color Cylindrical-coordinate representation of color #C03ADD: hue angle of 289.33º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03ADD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19258221-
CMYK0.130.7400.13
HSL289.33º70.56%54.71%-
HSV(B)289.33º73.76%86.67%-
XYZ36.319.4570.25-
YUV116.65186.89181.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 58 (23.05% from 255) = 12.31%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=40.76%
G=12.31%
B=46.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192582210.130.7400.13289.3370.5654.71
HexC03ADDD4A0D1214737
Octal300723351511201544110767
Binary110000001110101101110111011001010011011001000011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03ADD; }

 p { color: rgb(192,58,221); }

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

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

 a { background-color: rgb(192,58,221); }

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

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

 span { border-color: rgb(192,58,221); }

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