Html Css Color HEX #C133EA Medium Orchid

📋 copy color: '#C133EA'

red 193 ◦ green 51 ◦ blue 234

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

Shades of Medium Orchid #C133EA

Tints of Medium Orchid #C133EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 40.38%
G = 10.67%
B = 48.95%

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

#C133EA (or 0xC133EA) is known color: Medium Orchid. HEX triplet: C1, 33 and EA. RGB value is (193,51,234). Sum of RGB (Red+Green+Blue) = 193+51+234=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C133EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133EA is #3ECC15. Grayscale: #717171. Windows color (decimal): -4115478 or 15348673. OLE color: 15348673.

HSL color Cylindrical-coordinate representation of color #C133EA: hue angle of 286.56º degrees, saturation: 0.81, 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 #C133EA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 51 234 -
CMYK 0.18 0.78 0 0.08
HSL 286.56º 0.81% 0.56% -
HSV(B) 286.56º 0.78% 0.92% -
XYZ 38.03 19.65 79.63 -
YUV 114.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 193 51 234 0.18 0.78 0 0.08 286.56 0.81 0.56
Hex C1 33 EA 12 4E 0 8 11F 51 38
Octal 301 63 352 22 116 0 10 437 121 70
Binary 11000001 110011 11101010 10010 1001110 0 1000 100011111 1010001 111000

Color Harmonies of #C133EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133EA

Black with #C133EA

Text Example


Text Example

White with #C133EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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