Html Css Color HEX #C132DD Medium Orchid

📋 copy color: '#C132DD'

red 193 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #C132DD

Tints of Medium Orchid #C132DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 41.59%
G = 10.78%
B = 47.63%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C132DD (or 0xC132DD) is known color: Medium Orchid. HEX triplet: C1, 32 and DD. RGB value is (193,50,221). Sum of RGB (Red+Green+Blue) = 193+50+221=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C132DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132DD is #3ECD22. Grayscale: #6F6F6F. Windows color (decimal): -4115747 or 14496449. OLE color: 14496449.

HSL color Cylindrical-coordinate representation of color #C132DD: hue angle of 290.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C132DD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 50 221 -
CMYK 0.13 0.77 0 0.13
HSL 290.18º 0.72% 0.53% -
HSV(B) 290.18º 0.77% 0.87% -
XYZ 36.18 18.84 70.14 -
YUV 112.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 193 50 221 0.13 0.77 0 0.13 290.18 0.72 0.53
Hex C1 32 DD D 4D 0 D 122 48 35
Octal 301 62 335 15 115 0 15 442 110 65
Binary 11000001 110010 11011101 1101 1001101 0 1101 100100010 1001000 110101

Color Harmonies of #C132DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132DD

Black with #C132DD

Text Example


Text Example

White with #C132DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132DD; }

 p { color: rgb(193,50,221); }

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

background-color css

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

 a { background-color: rgb(193,50,221); }

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

border-color css

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

 span { border-color: rgb(193,50,221); }

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