Html Css Color HEX #C56BDA Medium Orchid

📋 copy color: '#C56BDA'

red 197 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #C56BDA

Tints of Medium Orchid #C56BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 37.74%
G = 20.5%
B = 41.76%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C56BDA (or 0xC56BDA) is known color: Medium Orchid. HEX triplet: C5, 6B and DA. RGB value is (197,107,218). Sum of RGB (Red+Green+Blue) = 197+107+218=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BDA is #3A9425. Grayscale: #929292. Windows color (decimal): -3839014 or 14314437. OLE color: 14314437.

HSL color Cylindrical-coordinate representation of color #C56BDA: hue angle of 288.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56BDA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 107 218 -
CMYK 0.10 0.51 0 0.15
HSL 288.65º 0.6% 0.64% -
HSV(B) 288.65º 0.51% 0.85% -
XYZ 40.94 27.45 69.47 -
YUV 146.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 197 107 218 0.10 0.51 0 0.15 288.65 0.6 0.64
Hex C5 6B DA A 33 0 F 121 3C 40
Octal 305 153 332 12 63 0 17 441 74 100
Binary 11000101 1101011 11011010 1010 110011 0 1111 100100001 111100 1000000

Color Harmonies of #C56BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BDA

Black with #C56BDA

Text Example


Text Example

White with #C56BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BDA; }

 p { color: rgb(197,107,218); }

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

background-color css

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

 a { background-color: rgb(197,107,218); }

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

border-color css

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

 span { border-color: rgb(197,107,218); }

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