Html Css Color HEX #C133EC Medium Orchid

📋 copy color: '#C133EC'

red 193 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #C133EC

Tints of Medium Orchid #C133EC

RGB

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

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

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

R = 40.21%
G = 10.63%
B = 49.17%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C133EC (or 0xC133EC) is known color: Medium Orchid. HEX triplet: C1, 33 and EC. RGB value is (193,51,236). Sum of RGB (Red+Green+Blue) = 193+51+236=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #C133EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133EC is #3ECC13. Grayscale: #717171. Windows color (decimal): -4115476 or 15479745. OLE color: 15479745.

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

Color convert

RGB 193 51 236 -
CMYK 0.18 0.78 0 0.07
HSL 286.05º 0.83% 0.56% -
HSV(B) 286.05º 0.78% 0.93% -
XYZ 38.32 19.76 81.15 -
YUV 114.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 193 51 236 0.18 0.78 0 0.07 286.05 0.83 0.56
Hex C1 33 EC 12 4E 0 7 11E 53 38
Octal 301 63 354 22 116 0 7 436 123 70
Binary 11000001 110011 11101100 10010 1001110 0 111 100011110 1010011 111000

Color Harmonies of #C133EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133EC

Black with #C133EC

Text Example


Text Example

White with #C133EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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