Html Css Color HEX #C133ED Medium Orchid

📋 copy color: '#C133ED'

red 193 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #C133ED

Tints of Medium Orchid #C133ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 40.12%
G = 10.6%
B = 49.27%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C133ED (or 0xC133ED) is known color: Medium Orchid. HEX triplet: C1, 33 and ED. RGB value is (193,51,237). Sum of RGB (Red+Green+Blue) = 193+51+237=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #C133ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133ED is #3ECC12. Grayscale: #727272. Windows color (decimal): -4115475 or 15545281. OLE color: 15545281.

HSL color Cylindrical-coordinate representation of color #C133ED: hue angle of 285.81º degrees, saturation: 0.84, 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 #C133ED is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 51 237 -
CMYK 0.19 0.78 0 0.07
HSL 285.81º 0.84% 0.56% -
HSV(B) 285.81º 0.78% 0.93% -
XYZ 38.46 19.82 81.92 -
YUV 114.66 197.04 183.88 -
System Red Green Blue C M Y K H S L
Decimal 193 51 237 0.19 0.78 0 0.07 285.81 0.84 0.56
Hex C1 33 ED 13 4E 0 7 11E 54 38
Octal 301 63 355 23 116 0 7 436 124 70
Binary 11000001 110011 11101101 10011 1001110 0 111 100011110 1010100 111000

Color Harmonies of #C133ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133ED

Black with #C133ED

Text Example


Text Example

White with #C133ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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