Html Css Color HEX #C156FA Medium Orchid

📋 copy color: '#C156FA'

red 193 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #C156FA

Tints of Medium Orchid #C156FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 36.48%
G = 16.26%
B = 47.26%

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

#C156FA (or 0xC156FA) is known color: Medium Orchid. HEX triplet: C1, 56 and FA. RGB value is (193,86,250). Sum of RGB (Red+Green+Blue) = 193+86+250=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C156FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156FA is #3EA905. Grayscale: #888888. Windows color (decimal): -4106502 or 16406209. OLE color: 16406209.

HSL color Cylindrical-coordinate representation of color #C156FA: hue angle of 279.15º degrees, saturation: 0.94, 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 #C156FA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 86 250 -
CMYK 0.23 0.66 0 0.02
HSL 279.15º 0.94% 0.66% -
HSV(B) 279.15º 0.66% 0.98% -
XYZ 42.58 24.9 93 -
YUV 136.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 193 86 250 0.23 0.66 0 0.02 279.15 0.94 0.66
Hex C1 56 FA 17 42 0 2 117 5E 42
Octal 301 126 372 27 102 0 2 427 136 102
Binary 11000001 1010110 11111010 10111 1000010 0 10 100010111 1011110 1000010

Color Harmonies of #C156FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156FA

Black with #C156FA

Text Example


Text Example

White with #C156FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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