#C03BEA

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

Shades of Medium Orchid #C03BEA

Tints of Medium Orchid #C03BEA

Color information

#C03BEA (or 0xC03BEA) is unknown color: approx Medium Orchid. HEX triplet: C0, 3B and EA. RGB value is (192,59,234). Sum of RGB (Red+Green+Blue) = 192+59+234=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C03BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03BEA is #3FC415. Grayscale: #767676. Windows color (decimal): -4178966 or 15350720. OLE color: 15350720.

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

Color convert

RGB19259234-
CMYK0.180.7500.08
HSL285.6º80.65%57.45%-
HSV(B)285.6º74.79%91.76%-
XYZ38.1520.2779.74-
YUV118.72193.06180.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 59 (23.44% from 255) = 12.16%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=39.59%
G=12.16%
B=48.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192592340.180.7500.08285.680.6557.45
HexC03BEA124B0811e5139
Octal300733522211301043612171
Binary1100000011101111101010100101001011010001000111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BEA; }

 p { color: rgb(192,59,234); }

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

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

 a { background-color: rgb(192,59,234); }

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

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

 span { border-color: rgb(192,59,234); }

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