Html Css Color HEX #C656DC Medium Orchid

📋 copy color: '#C656DC'

red 198 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #C656DC

Tints of Medium Orchid #C656DC

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

 GREEN value IS 86 (33.98% from 255) = 17.06%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 39.29%
G = 17.06%
B = 43.65%

CMYK

 C value IS 0.1

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C656DC (or 0xC656DC) is known color: Medium Orchid. HEX triplet: C6, 56 and DC. RGB value is (198,86,220). Sum of RGB (Red+Green+Blue) = 198+86+220=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C656DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656DC is #39A923. Grayscale: #868686. Windows color (decimal): -3778852 or 14440134. OLE color: 14440134.

HSL color Cylindrical-coordinate representation of color #C656DC: hue angle of 290.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C656DC is Cyan = 0.1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 86 220 -
CMYK 0.1 0.61 0 0.14
HSL 290.15º 0.66% 0.6% -
HSV(B) 290.15º 0.61% 0.86% -
XYZ 39.53 23.83 70.23 -
YUV 134.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 198 86 220 0.1 0.61 0 0.14 290.15 0.66 0.6
Hex C6 56 DC A 3D 0 E 122 42 3C
Octal 306 126 334 12 75 0 16 442 102 74
Binary 11000110 1010110 11011100 1010 111101 0 1110 100100010 1000010 111100

Color Harmonies of #C656DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656DC

Black with #C656DC

Text Example


Text Example

White with #C656DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656DC; }

 p { color: rgb(198,86,220); }

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

background-color css

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

 a { background-color: rgb(198,86,220); }

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

border-color css

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

 span { border-color: rgb(198,86,220); }

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