Html Css Color HEX #C076D8 Medium Orchid

📋 copy color: '#C076D8'

red 192 ◦ green 118 ◦ blue 216

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

Shades of Medium Orchid #C076D8

Tints of Medium Orchid #C076D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 36.5%
G = 22.43%
B = 41.06%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C076D8 (or 0xC076D8) is known color: Medium Orchid. HEX triplet: C0, 76 and D8. RGB value is (192,118,216). Sum of RGB (Red+Green+Blue) = 192+118+216=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #C076D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076D8 is #3F8927. Grayscale: #969696. Windows color (decimal): -4163880 or 14186176. OLE color: 14186176.

HSL color Cylindrical-coordinate representation of color #C076D8: hue angle of 285.31º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C076D8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 118 216 -
CMYK 0.11 0.45 0 0.15
HSL 285.31º 0.56% 0.65% -
HSV(B) 285.31º 0.45% 0.85% -
XYZ 40.61 29.12 68.45 -
YUV 151.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 192 118 216 0.11 0.45 0 0.15 285.31 0.56 0.65
Hex C0 76 D8 B 2D 0 F 11D 38 41
Octal 300 166 330 13 55 0 17 435 70 101
Binary 11000000 1110110 11011000 1011 101101 0 1111 100011101 111000 1000001

Color Harmonies of #C076D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C076D8

Black with #C076D8

Text Example


Text Example

White with #C076D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C076D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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