Html Css Color HEX #C56FDE Medium Orchid

📋 copy color: '#C56FDE'

red 197 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #C56FDE

Tints of Medium Orchid #C56FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 37.17%
G = 20.94%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C56FDE (or 0xC56FDE) is known color: Medium Orchid. HEX triplet: C5, 6F and DE. RGB value is (197,111,222). Sum of RGB (Red+Green+Blue) = 197+111+222=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C56FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FDE is #3A9021. Grayscale: #959595. Windows color (decimal): -3837986 or 14577605. OLE color: 14577605.

HSL color Cylindrical-coordinate representation of color #C56FDE: hue angle of 286.49º degrees, saturation: 0.63, 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 #C56FDE is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 111 222 -
CMYK 0.11 0.5 0 0.13
HSL 286.49º 0.63% 0.65% -
HSV(B) 286.49º 0.5% 0.87% -
XYZ 41.9 28.51 72.4 -
YUV 149.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 197 111 222 0.11 0.5 0 0.13 286.49 0.63 0.65
Hex C5 6F DE B 32 0 D 11E 3F 41
Octal 305 157 336 13 62 0 15 436 77 101
Binary 11000101 1101111 11011110 1011 110010 0 1101 100011110 111111 1000001

Color Harmonies of #C56FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FDE

Black with #C56FDE

Text Example


Text Example

White with #C56FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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