Html Css Color HEX #C556E0 Medium Orchid

📋 copy color: '#C556E0'

red 197 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #C556E0

Tints of Medium Orchid #C556E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 38.86%
G = 16.96%
B = 44.18%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C556E0 (or 0xC556E0) is known color: Medium Orchid. HEX triplet: C5, 56 and E0. RGB value is (197,86,224). Sum of RGB (Red+Green+Blue) = 197+86+224=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #C556E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556E0 is #3AA91F. Grayscale: #868686. Windows color (decimal): -3844384 or 14702277. OLE color: 14702277.

HSL color Cylindrical-coordinate representation of color #C556E0: hue angle of 288.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C556E0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 86 224 -
CMYK 0.12 0.62 0 0.12
HSL 288.26º 0.69% 0.61% -
HSV(B) 288.26º 0.62% 0.88% -
XYZ 39.81 23.91 73.04 -
YUV 134.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 197 86 224 0.12 0.62 0 0.12 288.26 0.69 0.61
Hex C5 56 E0 C 3E 0 C 120 45 3D
Octal 305 126 340 14 76 0 14 440 105 75
Binary 11000101 1010110 11100000 1100 111110 0 1100 100100000 1000101 111101

Color Harmonies of #C556E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556E0

Black with #C556E0

Text Example


Text Example

White with #C556E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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