Html Css Color HEX #C156CF Medium Orchid

📋 copy color: '#C156CF'

red 193 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #C156CF

Tints of Medium Orchid #C156CF

RGB

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

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

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

R = 39.71%
G = 17.7%
B = 42.59%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C156CF (or 0xC156CF) is known color: Medium Orchid. HEX triplet: C1, 56 and CF. RGB value is (193,86,207). Sum of RGB (Red+Green+Blue) = 193+86+207=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #C156CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156CF is #3EA930. Grayscale: #838383. Windows color (decimal): -4106545 or 13588161. OLE color: 13588161.

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

Color convert

RGB 193 86 207 -
CMYK 0.07 0.58 0 0.19
HSL 293.06º 0.56% 0.57% -
HSV(B) 293.06º 0.58% 0.81% -
XYZ 36.58 22.5 61.45 -
YUV 131.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 193 86 207 0.07 0.58 0 0.19 293.06 0.56 0.57
Hex C1 56 CF 7 3A 0 13 125 38 39
Octal 301 126 317 7 72 0 23 445 70 71
Binary 11000001 1010110 11001111 111 111010 0 10011 100100101 111000 111001

Color Harmonies of #C156CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156CF

Black with #C156CF

Text Example


Text Example

White with #C156CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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