Html Css Color HEX #C556DF Medium Orchid

📋 copy color: '#C556DF'

red 197 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #C556DF

Tints of Medium Orchid #C556DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 38.93%
G = 17%
B = 44.07%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C556DF (or 0xC556DF) is known color: Medium Orchid. HEX triplet: C5, 56 and DF. RGB value is (197,86,223). Sum of RGB (Red+Green+Blue) = 197+86+223=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #C556DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556DF is #3AA920. Grayscale: #868686. Windows color (decimal): -3844385 or 14636741. OLE color: 14636741.

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

Color convert

RGB 197 86 223 -
CMYK 0.12 0.61 0 0.13
HSL 288.61º 0.68% 0.61% -
HSV(B) 288.61º 0.61% 0.87% -
XYZ 39.67 23.85 72.33 -
YUV 134.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 197 86 223 0.12 0.61 0 0.13 288.61 0.68 0.61
Hex C5 56 DF C 3D 0 D 121 44 3D
Octal 305 126 337 14 75 0 15 441 104 75
Binary 11000101 1010110 11011111 1100 111101 0 1101 100100001 1000100 111101

Color Harmonies of #C556DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556DF

Black with #C556DF

Text Example


Text Example

White with #C556DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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