Html Css Color HEX #C156D7 Medium Orchid

📋 copy color: '#C156D7'

red 193 ◦ green 86 ◦ blue 215

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

Shades of Medium Orchid #C156D7

Tints of Medium Orchid #C156D7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 39.07%
G = 17.41%
B = 43.52%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C156D7 (or 0xC156D7) is known color: Medium Orchid. HEX triplet: C1, 56 and D7. RGB value is (193,86,215). Sum of RGB (Red+Green+Blue) = 193+86+215=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #C156D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156D7 is #3EA928. Grayscale: #848484. Windows color (decimal): -4106537 or 14112449. OLE color: 14112449.

HSL color Cylindrical-coordinate representation of color #C156D7: hue angle of 289.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C156D7 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 86 215 -
CMYK 0.10 0.6 0 0.16
HSL 289.77º 0.62% 0.59% -
HSV(B) 289.77º 0.6% 0.84% -
XYZ 37.59 22.9 66.73 -
YUV 132.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 193 86 215 0.10 0.6 0 0.16 289.77 0.62 0.59
Hex C1 56 D7 A 3C 0 10 122 3E 3B
Octal 301 126 327 12 74 0 20 442 76 73
Binary 11000001 1010110 11010111 1010 111100 0 10000 100100010 111110 111011

Color Harmonies of #C156D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156D7

Black with #C156D7

Text Example


Text Example

White with #C156D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156D7; }

 p { color: rgb(193,86,215); }

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

background-color css

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

 a { background-color: rgb(193,86,215); }

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

border-color css

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

 span { border-color: rgb(193,86,215); }

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