Html Css Color HEX #C137FD Medium Orchid

📋 copy color: '#C137FD'

red 193 ◦ green 55 ◦ blue 253

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

Shades of Medium Orchid #C137FD

Tints of Medium Orchid #C137FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 38.52%
G = 10.98%
B = 50.5%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C137FD (or 0xC137FD) is known color: Medium Orchid. HEX triplet: C1, 37 and FD. RGB value is (193,55,253). Sum of RGB (Red+Green+Blue) = 193+55+253=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C137FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C137FD is #3EC802. Grayscale: #767676. Windows color (decimal): -4114435 or 16594881. OLE color: 16594881.

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

Color convert

RGB 193 55 253 -
CMYK 0.24 0.78 0 0.01
HSL 281.82º 0.98% 0.6% -
HSV(B) 281.82º 0.78% 0.99% -
XYZ 41.09 21.16 94.85 -
YUV 118.83 203.72 180.9 -
System Red Green Blue C M Y K H S L
Decimal 193 55 253 0.24 0.78 0 0.01 281.82 0.98 0.6
Hex C1 37 FD 18 4E 0 1 11A 62 3C
Octal 301 67 375 30 116 0 1 432 142 74
Binary 11000001 110111 11111101 11000 1001110 0 1 100011010 1100010 111100

Color Harmonies of #C137FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137FD

Black with #C137FD

Text Example


Text Example

White with #C137FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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