Html Css Color HEX #C133E0 Medium Orchid

📋 copy color: '#C133E0'

red 193 ◦ green 51 ◦ blue 224

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

Shades of Medium Orchid #C133E0

Tints of Medium Orchid #C133E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 41.24%
G = 10.9%
B = 47.86%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C133E0 (or 0xC133E0) is known color: Medium Orchid. HEX triplet: C1, 33 and E0. RGB value is (193,51,224). Sum of RGB (Red+Green+Blue) = 193+51+224=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #C133E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133E0 is #3ECC1F. Grayscale: #707070. Windows color (decimal): -4115488 or 14693313. OLE color: 14693313.

HSL color Cylindrical-coordinate representation of color #C133E0: hue angle of 289.25º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C133E0 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 51 224 -
CMYK 0.14 0.77 0 0.12
HSL 289.25º 0.74% 0.54% -
HSV(B) 289.25º 0.77% 0.88% -
XYZ 36.63 19.09 72.27 -
YUV 113.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 193 51 224 0.14 0.77 0 0.12 289.25 0.74 0.54
Hex C1 33 E0 E 4D 0 C 121 4A 36
Octal 301 63 340 16 115 0 14 441 112 66
Binary 11000001 110011 11100000 1110 1001101 0 1100 100100001 1001010 110110

Color Harmonies of #C133E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133E0

Black with #C133E0

Text Example


Text Example

White with #C133E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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