Html Css Color HEX #C133E2 Medium Orchid

📋 copy color: '#C133E2'

red 193 ◦ green 51 ◦ blue 226

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

Shades of Medium Orchid #C133E2

Tints of Medium Orchid #C133E2

RGB

 RED value IS 193 (75.78% from 255) = 41.06%

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

 BLUE value IS 226 (88.67% from 255) = 48.09%

R = 41.06%
G = 10.85%
B = 48.09%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C133E2 (or 0xC133E2) is known color: Medium Orchid. HEX triplet: C1, 33 and E2. RGB value is (193,51,226). Sum of RGB (Red+Green+Blue) = 193+51+226=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #C133E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133E2 is #3ECC1D. Grayscale: #707070. Windows color (decimal): -4115486 or 14824385. OLE color: 14824385.

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

Color convert

RGB 193 51 226 -
CMYK 0.15 0.77 0 0.11
HSL 288.69º 0.75% 0.54% -
HSV(B) 288.69º 0.77% 0.89% -
XYZ 36.9 19.2 73.71 -
YUV 113.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 193 51 226 0.15 0.77 0 0.11 288.69 0.75 0.54
Hex C1 33 E2 F 4D 0 B 121 4B 36
Octal 301 63 342 17 115 0 13 441 113 66
Binary 11000001 110011 11100010 1111 1001101 0 1011 100100001 1001011 110110

Color Harmonies of #C133E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133E2

Black with #C133E2

Text Example


Text Example

White with #C133E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133E2; }

 p { color: rgb(193,51,226); }

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

background-color css

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

 a { background-color: rgb(193,51,226); }

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

border-color css

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

 span { border-color: rgb(193,51,226); }

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