Html Css Color HEX #C032E0 Medium Orchid

📋 copy color: '#C032E0'

red 192 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #C032E0

Tints of Medium Orchid #C032E0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.73%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 41.2%
G = 10.73%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C032E0 (or 0xC032E0) is known color: Medium Orchid. HEX triplet: C0, 32 and E0. RGB value is (192,50,224). Sum of RGB (Red+Green+Blue) = 192+50+224=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #C032E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032E0 is #3FCD1F. Grayscale: #6F6F6F. Windows color (decimal): -4181280 or 14693056. OLE color: 14693056.

HSL color Cylindrical-coordinate representation of color #C032E0: hue angle of 288.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C032E0 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 50 224 -
CMYK 0.14 0.78 0 0.12
HSL 288.97º 0.74% 0.54% -
HSV(B) 288.97º 0.78% 0.88% -
XYZ 36.33 18.87 72.25 -
YUV 112.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 192 50 224 0.14 0.78 0 0.12 288.97 0.74 0.54
Hex C0 32 E0 E 4E 0 C 121 4A 36
Octal 300 62 340 16 116 0 14 441 112 66
Binary 11000000 110010 11100000 1110 1001110 0 1100 100100001 1001010 110110

Color Harmonies of #C032E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C032E0

Black with #C032E0

Text Example


Text Example

White with #C032E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C032E0; }

 p { color: rgb(192,50,224); }

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

background-color css

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

 a { background-color: rgb(192,50,224); }

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

border-color css

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

 span { border-color: rgb(192,50,224); }

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