Html Css Color HEX #C856DB Medium Orchid

📋 copy color: '#C856DB'

red 200 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #C856DB

Tints of Medium Orchid #C856DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 39.6%
G = 17.03%
B = 43.37%

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

#C856DB (or 0xC856DB) is known color: Medium Orchid. HEX triplet: C8, 56 and DB. RGB value is (200,86,219). Sum of RGB (Red+Green+Blue) = 200+86+219=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C856DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856DB is #37A924. Grayscale: #868686. Windows color (decimal): -3647781 or 14374600. OLE color: 14374600.

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

Color convert

RGB 200 86 219 -
CMYK 0.09 0.61 0 0.14
HSL 291.43º 0.65% 0.6% -
HSV(B) 291.43º 0.61% 0.86% -
XYZ 39.93 24.05 69.56 -
YUV 135.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 200 86 219 0.09 0.61 0 0.14 291.43 0.65 0.6
Hex C8 56 DB 9 3D 0 E 123 41 3C
Octal 310 126 333 11 75 0 16 443 101 74
Binary 11001000 1010110 11011011 1001 111101 0 1110 100100011 1000001 111100

Color Harmonies of #C856DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856DB

Black with #C856DB

Text Example


Text Example

White with #C856DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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