Html Css Color HEX #C03ACE Medium Orchid

📋 copy color: '#C03ACE'

red 192 ◦ green 58 ◦ blue 206

#C03ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C03ACE

Tints of Medium Orchid #C03ACE

RGB

 RED value IS 192 (75.39% from 255) = 42.11%

 GREEN value IS 58 (23.05% from 255) = 12.72%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 42.11%
G = 12.72%
B = 45.18%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C03ACE (or 0xC03ACE) is known color: Medium Orchid. HEX triplet: C0, 3A and CE. RGB value is (192,58,206). Sum of RGB (Red+Green+Blue) = 192+58+206=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C03ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ACE is #3FC531. Grayscale: #727272. Windows color (decimal): -4179250 or 13515456. OLE color: 13515456.

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

Color convert

RGB 192 58 206 -
CMYK 0.07 0.72 0 0.19
HSL 294.32º 0.6% 0.52% -
HSV(B) 294.32º 0.72% 0.81% -
XYZ 34.39 18.69 60.19 -
YUV 114.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 192 58 206 0.07 0.72 0 0.19 294.32 0.6 0.52
Hex C0 3A CE 7 48 0 13 126 3C 34
Octal 300 72 316 7 110 0 23 446 74 64
Binary 11000000 111010 11001110 111 1001000 0 10011 100100110 111100 110100

Color Harmonies of #C03ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ACE

Black with #C03ACE

Text Example


Text Example

White with #C03ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ACE; }

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

 H1.HeaderClassName
 {
   color: #C03ACE;
 }
 .AnyTagClassName
 {
   color: #C03ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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