Html Css Color HEX #C56BDF Medium Orchid

📋 copy color: '#C56BDF'

red 197 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #C56BDF

Tints of Medium Orchid #C56BDF

RGB

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

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

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

R = 37.38%
G = 20.3%
B = 42.31%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56BDF (or 0xC56BDF) is known color: Medium Orchid. HEX triplet: C5, 6B and DF. RGB value is (197,107,223). Sum of RGB (Red+Green+Blue) = 197+107+223=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C56BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BDF is #3A9420. Grayscale: #929292. Windows color (decimal): -3839009 or 14642117. OLE color: 14642117.

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

Color convert

RGB 197 107 223 -
CMYK 0.12 0.52 0 0.13
HSL 286.55º 0.64% 0.65% -
HSV(B) 286.55º 0.52% 0.87% -
XYZ 41.6 27.71 72.97 -
YUV 147.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 197 107 223 0.12 0.52 0 0.13 286.55 0.64 0.65
Hex C5 6B DF C 34 0 D 11F 40 41
Octal 305 153 337 14 64 0 15 437 100 101
Binary 11000101 1101011 11011111 1100 110100 0 1101 100011111 1000000 1000001

Color Harmonies of #C56BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BDF

Black with #C56BDF

Text Example


Text Example

White with #C56BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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