Html Css Color HEX #C756DB Medium Orchid

📋 copy color: '#C756DB'

red 199 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #C756DB

Tints of Medium Orchid #C756DB

RGB

 RED value IS 199 (78.13% from 255) = 39.48%

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

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

R = 39.48%
G = 17.06%
B = 43.45%

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

#C756DB (or 0xC756DB) is known color: Medium Orchid. HEX triplet: C7, 56 and DB. RGB value is (199,86,219). Sum of RGB (Red+Green+Blue) = 199+86+219=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #C756DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756DB is #38A924. Grayscale: #868686. Windows color (decimal): -3713317 or 14374599. OLE color: 14374599.

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

Color convert

RGB 199 86 219 -
CMYK 0.09 0.61 0 0.14
HSL 290.98º 0.65% 0.6% -
HSV(B) 290.98º 0.61% 0.86% -
XYZ 39.67 23.91 69.54 -
YUV 134.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 199 86 219 0.09 0.61 0 0.14 290.98 0.65 0.6
Hex C7 56 DB 9 3D 0 E 123 41 3C
Octal 307 126 333 11 75 0 16 443 101 74
Binary 11000111 1010110 11011011 1001 111101 0 1110 100100011 1000001 111100

Color Harmonies of #C756DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756DB

Black with #C756DB

Text Example


Text Example

White with #C756DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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