Html Css Color HEX #C136FD Medium Orchid

📋 copy color: '#C136FD'

red 193 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #C136FD

Tints of Medium Orchid #C136FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.8%

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

R = 38.6%
G = 10.8%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C136FD (or 0xC136FD) is known color: Medium Orchid. HEX triplet: C1, 36 and FD. RGB value is (193,54,253). Sum of RGB (Red+Green+Blue) = 193+54+253=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C136FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136FD is #3EC902. Grayscale: #757575. Windows color (decimal): -4114691 or 16594625. OLE color: 16594625.

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

Color convert

RGB 193 54 253 -
CMYK 0.24 0.79 0 0.01
HSL 281.91º 0.98% 0.6% -
HSV(B) 281.91º 0.79% 0.99% -
XYZ 41.04 21.07 94.83 -
YUV 118.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 193 54 253 0.24 0.79 0 0.01 281.91 0.98 0.6
Hex C1 36 FD 18 4F 0 1 11A 62 3C
Octal 301 66 375 30 117 0 1 432 142 74
Binary 11000001 110110 11111101 11000 1001111 0 1 100011010 1100010 111100

Color Harmonies of #C136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136FD

Black with #C136FD

Text Example


Text Example

White with #C136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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