Html Css Color HEX #C76AD8 Medium Orchid

📋 copy color: '#C76AD8'

red 199 ◦ green 106 ◦ blue 216

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

Shades of Medium Orchid #C76AD8

Tints of Medium Orchid #C76AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.35%

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

R = 38.2%
G = 20.35%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C76AD8 (or 0xC76AD8) is known color: Medium Orchid. HEX triplet: C7, 6A and D8. RGB value is (199,106,216). Sum of RGB (Red+Green+Blue) = 199+106+216=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C76AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76AD8 is #389527. Grayscale: #929292. Windows color (decimal): -3708200 or 14183111. OLE color: 14183111.

HSL color Cylindrical-coordinate representation of color #C76AD8: hue angle of 290.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76AD8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 106 216 -
CMYK 0.08 0.51 0 0.15
HSL 290.73º 0.59% 0.63% -
HSV(B) 290.73º 0.51% 0.85% -
XYZ 41.1 27.41 68.09 -
YUV 146.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 199 106 216 0.08 0.51 0 0.15 290.73 0.59 0.63
Hex C7 6A D8 8 33 0 F 123 3B 3F
Octal 307 152 330 10 63 0 17 443 73 77
Binary 11000111 1101010 11011000 1000 110011 0 1111 100100011 111011 111111

Color Harmonies of #C76AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AD8

Black with #C76AD8

Text Example


Text Example

White with #C76AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AD8; }

 p { color: rgb(199,106,216); }

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

background-color css

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

 a { background-color: rgb(199,106,216); }

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

border-color css

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

 span { border-color: rgb(199,106,216); }

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