Html Css Color HEX #C156EE Medium Orchid

📋 copy color: '#C156EE'

red 193 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #C156EE

Tints of Medium Orchid #C156EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 37.33%
G = 16.63%
B = 46.03%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C156EE (or 0xC156EE) is known color: Medium Orchid. HEX triplet: C1, 56 and EE. RGB value is (193,86,238). Sum of RGB (Red+Green+Blue) = 193+86+238=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C156EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156EE is #3EA911. Grayscale: #868686. Windows color (decimal): -4106514 or 15619777. OLE color: 15619777.

HSL color Cylindrical-coordinate representation of color #C156EE: hue angle of 282.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C156EE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 86 238 -
CMYK 0.19 0.64 0 0.07
HSL 282.24º 0.82% 0.64% -
HSV(B) 282.24º 0.64% 0.93% -
XYZ 40.75 24.17 83.41 -
YUV 135.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 193 86 238 0.19 0.64 0 0.07 282.24 0.82 0.64
Hex C1 56 EE 13 40 0 7 11A 52 40
Octal 301 126 356 23 100 0 7 432 122 100
Binary 11000001 1010110 11101110 10011 1000000 0 111 100011010 1010010 1000000

Color Harmonies of #C156EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156EE

Black with #C156EE

Text Example


Text Example

White with #C156EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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