Html Css Color HEX #C56FDA Medium Orchid

📋 copy color: '#C56FDA'

red 197 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #C56FDA

Tints of Medium Orchid #C56FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

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

R = 37.45%
G = 21.1%
B = 41.44%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C56FDA (or 0xC56FDA) is known color: Medium Orchid. HEX triplet: C5, 6F and DA. RGB value is (197,111,218). Sum of RGB (Red+Green+Blue) = 197+111+218=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDA is #3A9025. Grayscale: #949494. Windows color (decimal): -3837990 or 14315461. OLE color: 14315461.

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

Color convert

RGB 197 111 218 -
CMYK 0.10 0.49 0 0.15
HSL 288.22º 0.59% 0.65% -
HSV(B) 288.22º 0.49% 0.85% -
XYZ 41.37 28.3 69.61 -
YUV 148.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 197 111 218 0.10 0.49 0 0.15 288.22 0.59 0.65
Hex C5 6F DA A 31 0 F 120 3B 41
Octal 305 157 332 12 61 0 17 440 73 101
Binary 11000101 1101111 11011010 1010 110001 0 1111 100100000 111011 1000001

Color Harmonies of #C56FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FDA

Black with #C56FDA

Text Example


Text Example

White with #C56FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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