Html Css Color HEX #C133EB Medium Orchid

📋 copy color: '#C133EB'

red 193 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #C133EB

Tints of Medium Orchid #C133EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 40.29%
G = 10.65%
B = 49.06%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C133EB (or 0xC133EB) is known color: Medium Orchid. HEX triplet: C1, 33 and EB. RGB value is (193,51,235). Sum of RGB (Red+Green+Blue) = 193+51+235=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C133EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133EB is #3ECC14. Grayscale: #717171. Windows color (decimal): -4115477 or 15414209. OLE color: 15414209.

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

Color convert

RGB 193 51 235 -
CMYK 0.18 0.78 0 0.08
HSL 286.3º 0.82% 0.56% -
HSV(B) 286.3º 0.78% 0.92% -
XYZ 38.17 19.7 80.39 -
YUV 114.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 193 51 235 0.18 0.78 0 0.08 286.3 0.82 0.56
Hex C1 33 EB 12 4E 0 8 11E 52 38
Octal 301 63 353 22 116 0 10 436 122 70
Binary 11000001 110011 11101011 10010 1001110 0 1000 100011110 1010010 111000

Color Harmonies of #C133EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133EB

Black with #C133EB

Text Example


Text Example

White with #C133EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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