Html Css Color HEX #C156E4 Medium Orchid

📋 copy color: '#C156E4'

red 193 ◦ green 86 ◦ blue 228

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

Shades of Medium Orchid #C156E4

Tints of Medium Orchid #C156E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 38.07%
G = 16.96%
B = 44.97%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C156E4 (or 0xC156E4) is known color: Medium Orchid. HEX triplet: C1, 56 and E4. RGB value is (193,86,228). Sum of RGB (Red+Green+Blue) = 193+86+228=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #C156E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156E4 is #3EA91B. Grayscale: #858585. Windows color (decimal): -4106524 or 14964417. OLE color: 14964417.

HSL color Cylindrical-coordinate representation of color #C156E4: hue angle of 285.21º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C156E4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 86 228 -
CMYK 0.15 0.62 0 0.11
HSL 285.21º 0.72% 0.62% -
HSV(B) 285.21º 0.62% 0.89% -
XYZ 39.32 23.59 75.88 -
YUV 134.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 193 86 228 0.15 0.62 0 0.11 285.21 0.72 0.62
Hex C1 56 E4 F 3E 0 B 11D 48 3E
Octal 301 126 344 17 76 0 13 435 110 76
Binary 11000001 1010110 11100100 1111 111110 0 1011 100011101 1001000 111110

Color Harmonies of #C156E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C156E4

Black with #C156E4

Text Example


Text Example

White with #C156E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C156E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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