Html Css Color HEX #C56CDD Medium Orchid

📋 copy color: '#C56CDD'

red 197 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #C56CDD

Tints of Medium Orchid #C56CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

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

R = 37.45%
G = 20.53%
B = 42.02%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56CDD (or 0xC56CDD) is known color: Medium Orchid. HEX triplet: C5, 6C and DD. RGB value is (197,108,221). Sum of RGB (Red+Green+Blue) = 197+108+221=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C56CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDD is #3A9322. Grayscale: #939393. Windows color (decimal): -3838755 or 14511301. OLE color: 14511301.

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

Color convert

RGB 197 108 221 -
CMYK 0.11 0.51 0 0.13
HSL 287.26º 0.62% 0.65% -
HSV(B) 287.26º 0.51% 0.87% -
XYZ 41.44 27.82 71.59 -
YUV 147.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 197 108 221 0.11 0.51 0 0.13 287.26 0.62 0.65
Hex C5 6C DD B 33 0 D 11F 3E 41
Octal 305 154 335 13 63 0 15 437 76 101
Binary 11000101 1101100 11011101 1011 110011 0 1101 100011111 111110 1000001

Color Harmonies of #C56CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CDD

Black with #C56CDD

Text Example


Text Example

White with #C56CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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