Html Css Color HEX #C132ED Medium Orchid

📋 copy color: '#C132ED'

red 193 ◦ green 50 ◦ blue 237

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

Shades of Medium Orchid #C132ED

Tints of Medium Orchid #C132ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 40.21%
G = 10.42%
B = 49.38%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C132ED (or 0xC132ED) is known color: Medium Orchid. HEX triplet: C1, 32 and ED. RGB value is (193,50,237). Sum of RGB (Red+Green+Blue) = 193+50+237=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C132ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132ED is #3ECD12. Grayscale: #717171. Windows color (decimal): -4115731 or 15545025. OLE color: 15545025.

HSL color Cylindrical-coordinate representation of color #C132ED: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C132ED is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 50 237 -
CMYK 0.19 0.79 0 0.07
HSL 285.88º 0.84% 0.56% -
HSV(B) 285.88º 0.79% 0.93% -
XYZ 38.42 19.73 81.9 -
YUV 114.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 193 50 237 0.19 0.79 0 0.07 285.88 0.84 0.56
Hex C1 32 ED 13 4F 0 7 11E 54 38
Octal 301 62 355 23 117 0 7 436 124 70
Binary 11000001 110010 11101101 10011 1001111 0 111 100011110 1010100 111000

Color Harmonies of #C132ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132ED

Black with #C132ED

Text Example


Text Example

White with #C132ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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