Html Css Color HEX #C136CF Medium Orchid

📋 copy color: '#C136CF'

red 193 ◦ green 54 ◦ blue 207

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

Shades of Medium Orchid #C136CF

Tints of Medium Orchid #C136CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 42.51%
G = 11.89%
B = 45.59%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C136CF (or 0xC136CF) is known color: Medium Orchid. HEX triplet: C1, 36 and CF. RGB value is (193,54,207). Sum of RGB (Red+Green+Blue) = 193+54+207=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C136CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136CF is #3EC930. Grayscale: #707070. Windows color (decimal): -4114737 or 13579969. OLE color: 13579969.

HSL color Cylindrical-coordinate representation of color #C136CF: hue angle of 294.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C136CF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 54 207 -
CMYK 0.07 0.74 0 0.19
HSL 294.51º 0.61% 0.51% -
HSV(B) 294.51º 0.74% 0.81% -
XYZ 34.57 18.48 60.78 -
YUV 113 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 193 54 207 0.07 0.74 0 0.19 294.51 0.61 0.51
Hex C1 36 CF 7 4A 0 13 127 3D 33
Octal 301 66 317 7 112 0 23 447 75 63
Binary 11000001 110110 11001111 111 1001010 0 10011 100100111 111101 110011

Color Harmonies of #C136CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136CF

Black with #C136CF

Text Example


Text Example

White with #C136CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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