Html Css Color HEX #C156FB Medium Orchid

📋 copy color: '#C156FB'

red 193 ◦ green 86 ◦ blue 251

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

Shades of Medium Orchid #C156FB

Tints of Medium Orchid #C156FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 36.42%
G = 16.23%
B = 47.36%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C156FB (or 0xC156FB) is known color: Medium Orchid. HEX triplet: C1, 56 and FB. RGB value is (193,86,251). Sum of RGB (Red+Green+Blue) = 193+86+251=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #C156FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156FB is #3EA904. Grayscale: #888888. Windows color (decimal): -4106501 or 16471745. OLE color: 16471745.

HSL color Cylindrical-coordinate representation of color #C156FB: hue angle of 278.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C156FB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 86 251 -
CMYK 0.23 0.66 0 0.02
HSL 278.91º 0.95% 0.66% -
HSV(B) 278.91º 0.66% 0.98% -
XYZ 42.73 24.96 93.83 -
YUV 136.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 193 86 251 0.23 0.66 0 0.02 278.91 0.95 0.66
Hex C1 56 FB 17 42 0 2 117 5F 42
Octal 301 126 373 27 102 0 2 427 137 102
Binary 11000001 1010110 11111011 10111 1000010 0 10 100010111 1011111 1000010

Color Harmonies of #C156FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156FB

Black with #C156FB

Text Example


Text Example

White with #C156FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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