Html Css Color HEX #C856DC Medium Orchid

📋 copy color: '#C856DC'

red 200 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #C856DC

Tints of Medium Orchid #C856DC

RGB

 RED value IS 200 (78.52% from 255) = 39.53%

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

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

R = 39.53%
G = 17%
B = 43.48%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C856DC (or 0xC856DC) is known color: Medium Orchid. HEX triplet: C8, 56 and DC. RGB value is (200,86,220). Sum of RGB (Red+Green+Blue) = 200+86+220=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C856DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856DC is #37A923. Grayscale: #868686. Windows color (decimal): -3647780 or 14440136. OLE color: 14440136.

HSL color Cylindrical-coordinate representation of color #C856DC: hue angle of 291.04º 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 #C856DC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 86 220 -
CMYK 0.09 0.61 0 0.14
HSL 291.04º 0.66% 0.6% -
HSV(B) 291.04º 0.61% 0.86% -
XYZ 40.07 24.1 70.25 -
YUV 135.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 200 86 220 0.09 0.61 0 0.14 291.04 0.66 0.6
Hex C8 56 DC 9 3D 0 E 123 42 3C
Octal 310 126 334 11 75 0 16 443 102 74
Binary 11001000 1010110 11011100 1001 111101 0 1110 100100011 1000010 111100

Color Harmonies of #C856DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856DC

Black with #C856DC

Text Example


Text Example

White with #C856DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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