Html Css Color HEX #C033E4 Medium Orchid

📋 copy color: '#C033E4'

red 192 ◦ green 51 ◦ blue 228

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

Shades of Medium Orchid #C033E4

Tints of Medium Orchid #C033E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 40.76%
G = 10.83%
B = 48.41%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C033E4 (or 0xC033E4) is known color: Medium Orchid. HEX triplet: C0, 33 and E4. RGB value is (192,51,228). Sum of RGB (Red+Green+Blue) = 192+51+228=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #C033E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033E4 is #3FCC1B. Grayscale: #707070. Windows color (decimal): -4181020 or 14955456. OLE color: 14955456.

HSL color Cylindrical-coordinate representation of color #C033E4: hue angle of 287.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C033E4 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 51 228 -
CMYK 0.16 0.78 0 0.11
HSL 287.8º 0.77% 0.55% -
HSV(B) 287.8º 0.78% 0.89% -
XYZ 36.93 19.18 75.15 -
YUV 113.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 192 51 228 0.16 0.78 0 0.11 287.8 0.77 0.55
Hex C0 33 E4 10 4E 0 B 120 4D 37
Octal 300 63 344 20 116 0 13 440 115 67
Binary 11000000 110011 11100100 10000 1001110 0 1011 100100000 1001101 110111

Color Harmonies of #C033E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033E4

Black with #C033E4

Text Example


Text Example

White with #C033E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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