Html Css Color HEX #C137FB Medium Orchid

📋 copy color: '#C137FB'

red 193 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #C137FB

Tints of Medium Orchid #C137FB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.02%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 38.68%
G = 11.02%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C137FB (or 0xC137FB) is known color: Medium Orchid. HEX triplet: C1, 37 and FB. RGB value is (193,55,251). Sum of RGB (Red+Green+Blue) = 193+55+251=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C137FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137FB is #3EC804. Grayscale: #757575. Windows color (decimal): -4114437 or 16463809. OLE color: 16463809.

HSL color Cylindrical-coordinate representation of color #C137FB: hue angle of 282.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C137FB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 55 251 -
CMYK 0.23 0.78 0 0.02
HSL 282.24º 0.96% 0.6% -
HSV(B) 282.24º 0.78% 0.98% -
XYZ 40.77 21.03 93.18 -
YUV 118.61 202.72 181.06 -
System Red Green Blue C M Y K H S L
Decimal 193 55 251 0.23 0.78 0 0.02 282.24 0.96 0.6
Hex C1 37 FB 17 4E 0 2 11A 60 3C
Octal 301 67 373 27 116 0 2 432 140 74
Binary 11000001 110111 11111011 10111 1001110 0 10 100011010 1100000 111100

Color Harmonies of #C137FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137FB

Black with #C137FB

Text Example


Text Example

White with #C137FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137FB; }

 p { color: rgb(193,55,251); }

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

background-color css

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

 a { background-color: rgb(193,55,251); }

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

border-color css

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

 span { border-color: rgb(193,55,251); }

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