Html Css Color HEX #C133DB Medium Orchid

📋 copy color: '#C133DB'

red 193 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #C133DB

Tints of Medium Orchid #C133DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 41.68%
G = 11.02%
B = 47.3%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C133DB (or 0xC133DB) is known color: Medium Orchid. HEX triplet: C1, 33 and DB. RGB value is (193,51,219). Sum of RGB (Red+Green+Blue) = 193+51+219=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #C133DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133DB is #3ECC24. Grayscale: #707070. Windows color (decimal): -4115493 or 14365633. OLE color: 14365633.

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

Color convert

RGB 193 51 219 -
CMYK 0.12 0.77 0 0.14
HSL 290.71º 0.7% 0.53% -
HSV(B) 290.71º 0.77% 0.86% -
XYZ 35.96 18.82 68.75 -
YUV 112.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 193 51 219 0.12 0.77 0 0.14 290.71 0.7 0.53
Hex C1 33 DB C 4D 0 E 123 46 35
Octal 301 63 333 14 115 0 16 443 106 65
Binary 11000001 110011 11011011 1100 1001101 0 1110 100100011 1000110 110101

Color Harmonies of #C133DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133DB

Black with #C133DB

Text Example


Text Example

White with #C133DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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