Html Css Color HEX #C556E3 Medium Orchid

📋 copy color: '#C556E3'

red 197 ◦ green 86 ◦ blue 227

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

Shades of Medium Orchid #C556E3

Tints of Medium Orchid #C556E3

RGB

 RED value IS 197 (77.34% from 255) = 38.63%

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

 BLUE value IS 227 (89.06% from 255) = 44.51%

R = 38.63%
G = 16.86%
B = 44.51%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C556E3 (or 0xC556E3) is known color: Medium Orchid. HEX triplet: C5, 56 and E3. RGB value is (197,86,227). Sum of RGB (Red+Green+Blue) = 197+86+227=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #C556E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556E3 is #3AA91C. Grayscale: #868686. Windows color (decimal): -3844381 or 14898885. OLE color: 14898885.

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

Color convert

RGB 197 86 227 -
CMYK 0.13 0.62 0 0.11
HSL 287.23º 0.72% 0.61% -
HSV(B) 287.23º 0.62% 0.89% -
XYZ 40.22 24.07 75.2 -
YUV 135.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 197 86 227 0.13 0.62 0 0.11 287.23 0.72 0.61
Hex C5 56 E3 D 3E 0 B 11F 48 3D
Octal 305 126 343 15 76 0 13 437 110 75
Binary 11000101 1010110 11100011 1101 111110 0 1011 100011111 1001000 111101

Color Harmonies of #C556E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556E3

Black with #C556E3

Text Example


Text Example

White with #C556E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556E3; }

 p { color: rgb(197,86,227); }

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

background-color css

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

 a { background-color: rgb(197,86,227); }

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

border-color css

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

 span { border-color: rgb(197,86,227); }

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