Html Css Color HEX #C556CF Medium Orchid

📋 copy color: '#C556CF'

red 197 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #C556CF

Tints of Medium Orchid #C556CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 40.2%
G = 17.55%
B = 42.24%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C556CF (or 0xC556CF) is known color: Medium Orchid. HEX triplet: C5, 56 and CF. RGB value is (197,86,207). Sum of RGB (Red+Green+Blue) = 197+86+207=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C556CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556CF is #3AA930. Grayscale: #848484. Windows color (decimal): -3844401 or 13588165. OLE color: 13588165.

HSL color Cylindrical-coordinate representation of color #C556CF: hue angle of 295.04º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C556CF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 86 207 -
CMYK 0.05 0.58 0 0.19
HSL 295.04º 0.56% 0.57% -
HSV(B) 295.04º 0.58% 0.81% -
XYZ 37.62 23.03 61.49 -
YUV 132.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 197 86 207 0.05 0.58 0 0.19 295.04 0.56 0.57
Hex C5 56 CF 5 3A 0 13 127 38 39
Octal 305 126 317 5 72 0 23 447 70 71
Binary 11000101 1010110 11001111 101 111010 0 10011 100100111 111000 111001

Color Harmonies of #C556CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556CF

Black with #C556CF

Text Example


Text Example

White with #C556CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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