Html Css Color HEX #C076DB Medium Orchid

📋 copy color: '#C076DB'

red 192 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #C076DB

Tints of Medium Orchid #C076DB

RGB

 RED value IS 192 (75.39% from 255) = 36.29%

 GREEN value IS 118 (46.48% from 255) = 22.31%

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

R = 36.29%
G = 22.31%
B = 41.4%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C076DB (or 0xC076DB) is known color: Medium Orchid. HEX triplet: C0, 76 and DB. RGB value is (192,118,219). Sum of RGB (Red+Green+Blue) = 192+118+219=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C076DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076DB is #3F8924. Grayscale: #979797. Windows color (decimal): -4163877 or 14382784. OLE color: 14382784.

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

Color convert

RGB 192 118 219 -
CMYK 0.12 0.46 0 0.14
HSL 283.96º 0.58% 0.66% -
HSV(B) 283.96º 0.46% 0.86% -
XYZ 41 29.28 70.51 -
YUV 151.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 192 118 219 0.12 0.46 0 0.14 283.96 0.58 0.66
Hex C0 76 DB C 2E 0 E 11C 3A 42
Octal 300 166 333 14 56 0 16 434 72 102
Binary 11000000 1110110 11011011 1100 101110 0 1110 100011100 111010 1000010

Color Harmonies of #C076DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076DB

Black with #C076DB

Text Example


Text Example

White with #C076DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076DB; }

 p { color: rgb(192,118,219); }

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

background-color css

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

 a { background-color: rgb(192,118,219); }

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

border-color css

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

 span { border-color: rgb(192,118,219); }

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