Html Css Color HEX #C033E1 Medium Orchid

📋 copy color: '#C033E1'

red 192 ◦ green 51 ◦ blue 225

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

Shades of Medium Orchid #C033E1

Tints of Medium Orchid #C033E1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 225 (88.28% from 255) = 48.08%

R = 41.03%
G = 10.9%
B = 48.08%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C033E1 (or 0xC033E1) is known color: Medium Orchid. HEX triplet: C0, 33 and E1. RGB value is (192,51,225). Sum of RGB (Red+Green+Blue) = 192+51+225=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #C033E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033E1 is #3FCC1E. Grayscale: #707070. Windows color (decimal): -4181023 or 14758848. OLE color: 14758848.

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

Color convert

RGB 192 51 225 -
CMYK 0.15 0.77 0 0.12
HSL 288.62º 0.74% 0.54% -
HSV(B) 288.62º 0.77% 0.88% -
XYZ 36.51 19.01 72.98 -
YUV 113 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 192 51 225 0.15 0.77 0 0.12 288.62 0.74 0.54
Hex C0 33 E1 F 4D 0 C 121 4A 36
Octal 300 63 341 17 115 0 14 441 112 66
Binary 11000000 110011 11100001 1111 1001101 0 1100 100100001 1001010 110110

Color Harmonies of #C033E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033E1

Black with #C033E1

Text Example


Text Example

White with #C033E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033E1; }

 p { color: rgb(192,51,225); }

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

background-color css

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

 a { background-color: rgb(192,51,225); }

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

border-color css

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

 span { border-color: rgb(192,51,225); }

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