Html Css Color HEX #C132D5 Medium Orchid

📋 copy color: '#C132D5'

red 193 ◦ green 50 ◦ blue 213

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

Shades of Medium Orchid #C132D5

Tints of Medium Orchid #C132D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 42.32%
G = 10.96%
B = 46.71%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C132D5 (or 0xC132D5) is known color: Medium Orchid. HEX triplet: C1, 32 and D5. RGB value is (193,50,213). Sum of RGB (Red+Green+Blue) = 193+50+213=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #C132D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132D5 is #3ECD2A. Grayscale: #6E6E6E. Windows color (decimal): -4115755 or 13972161. OLE color: 13972161.

HSL color Cylindrical-coordinate representation of color #C132D5: hue angle of 292.64º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C132D5 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 50 213 -
CMYK 0.09 0.77 0 0.16
HSL 292.64º 0.66% 0.52% -
HSV(B) 292.64º 0.77% 0.84% -
XYZ 35.14 18.42 64.65 -
YUV 111.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 193 50 213 0.09 0.77 0 0.16 292.64 0.66 0.52
Hex C1 32 D5 9 4D 0 10 125 42 34
Octal 301 62 325 11 115 0 20 445 102 64
Binary 11000001 110010 11010101 1001 1001101 0 10000 100100101 1000010 110100

Color Harmonies of #C132D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132D5

Black with #C132D5

Text Example


Text Example

White with #C132D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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