Html Css Color HEX #C156CC Medium Orchid

📋 copy color: '#C156CC'

red 193 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #C156CC

Tints of Medium Orchid #C156CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 39.96%
G = 17.81%
B = 42.24%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C156CC (or 0xC156CC) is known color: Medium Orchid. HEX triplet: C1, 56 and CC. RGB value is (193,86,204). Sum of RGB (Red+Green+Blue) = 193+86+204=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C156CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156CC is #3EA933. Grayscale: #838383. Windows color (decimal): -4106548 or 13391553. OLE color: 13391553.

HSL color Cylindrical-coordinate representation of color #C156CC: hue angle of 294.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C156CC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 86 204 -
CMYK 0.05 0.58 0 0.2
HSL 294.41º 0.54% 0.57% -
HSV(B) 294.41º 0.58% 0.8% -
XYZ 36.22 22.35 59.53 -
YUV 131.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 193 86 204 0.05 0.58 0 0.2 294.41 0.54 0.57
Hex C1 56 CC 5 3A 0 14 126 36 39
Octal 301 126 314 5 72 0 24 446 66 71
Binary 11000001 1010110 11001100 101 111010 0 10100 100100110 110110 111001

Color Harmonies of #C156CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156CC

Black with #C156CC

Text Example


Text Example

White with #C156CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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