Html Css Color HEX #C56EDD Medium Orchid

📋 copy color: '#C56EDD'

red 197 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C56EDD

Tints of Medium Orchid #C56EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.83%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 37.31%
G = 20.83%
B = 41.86%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56EDD (or 0xC56EDD) is known color: Medium Orchid. HEX triplet: C5, 6E and DD. RGB value is (197,110,221). Sum of RGB (Red+Green+Blue) = 197+110+221=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C56EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EDD is #3A9122. Grayscale: #949494. Windows color (decimal): -3838243 or 14511813. OLE color: 14511813.

HSL color Cylindrical-coordinate representation of color #C56EDD: hue angle of 287.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56EDD is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 110 221 -
CMYK 0.11 0.50 0 0.13
HSL 287.03º 0.62% 0.65% -
HSV(B) 287.03º 0.5% 0.87% -
XYZ 41.65 28.24 71.66 -
YUV 148.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 197 110 221 0.11 0.50 0 0.13 287.03 0.62 0.65
Hex C5 6E DD B 32 0 D 11F 3E 41
Octal 305 156 335 13 62 0 15 437 76 101
Binary 11000101 1101110 11011101 1011 110010 0 1101 100011111 111110 1000001

Color Harmonies of #C56EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EDD

Black with #C56EDD

Text Example


Text Example

White with #C56EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EDD; }

 p { color: rgb(197,110,221); }

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

background-color css

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

 a { background-color: rgb(197,110,221); }

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

border-color css

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

 span { border-color: rgb(197,110,221); }

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