Html Css Color HEX #C030EC Medium Orchid

📋 copy color: '#C030EC'

red 192 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #C030EC

Tints of Medium Orchid #C030EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.08%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 40.34%
G = 10.08%
B = 49.58%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C030EC (or 0xC030EC) is known color: Medium Orchid. HEX triplet: C0, 30 and EC. RGB value is (192,48,236). Sum of RGB (Red+Green+Blue) = 192+48+236=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C030EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EC is #3FCF13. Grayscale: #6F6F6F. Windows color (decimal): -4181780 or 15478976. OLE color: 15478976.

HSL color Cylindrical-coordinate representation of color #C030EC: hue angle of 285.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C030EC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 48 236 -
CMYK 0.19 0.80 0 0.07
HSL 285.96º 0.83% 0.56% -
HSV(B) 285.96º 0.8% 0.93% -
XYZ 37.94 19.38 81.1 -
YUV 112.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 192 48 236 0.19 0.80 0 0.07 285.96 0.83 0.56
Hex C0 30 EC 13 50 0 7 11E 53 38
Octal 300 60 354 23 120 0 7 436 123 70
Binary 11000000 110000 11101100 10011 1010000 0 111 100011110 1010011 111000

Color Harmonies of #C030EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030EC

Black with #C030EC

Text Example


Text Example

White with #C030EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030EC; }

 p { color: rgb(192,48,236); }

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

background-color css

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

 a { background-color: rgb(192,48,236); }

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

border-color css

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

 span { border-color: rgb(192,48,236); }

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