Html Css Color HEX #C76ADC Medium Orchid

📋 copy color: '#C76ADC'

red 199 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C76ADC

Tints of Medium Orchid #C76ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 37.9%
G = 20.19%
B = 41.9%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C76ADC (or 0xC76ADC) is known color: Medium Orchid. HEX triplet: C7, 6A and DC. RGB value is (199,106,220). Sum of RGB (Red+Green+Blue) = 199+106+220=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C76ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ADC is #389523. Grayscale: #929292. Windows color (decimal): -3708196 or 14445255. OLE color: 14445255.

HSL color Cylindrical-coordinate representation of color #C76ADC: hue angle of 288.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76ADC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 106 220 -
CMYK 0.10 0.52 0 0.14
HSL 288.95º 0.62% 0.64% -
HSV(B) 288.95º 0.52% 0.86% -
XYZ 41.63 27.62 70.85 -
YUV 146.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 199 106 220 0.10 0.52 0 0.14 288.95 0.62 0.64
Hex C7 6A DC A 34 0 E 121 3E 40
Octal 307 152 334 12 64 0 16 441 76 100
Binary 11000111 1101010 11011100 1010 110100 0 1110 100100001 111110 1000000

Color Harmonies of #C76ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ADC

Black with #C76ADC

Text Example


Text Example

White with #C76ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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