Html Css Color HEX #C76ADE Medium Orchid

📋 copy color: '#C76ADE'

red 199 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C76ADE

Tints of Medium Orchid #C76ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 37.76%
G = 20.11%
B = 42.13%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76ADE (or 0xC76ADE) is known color: Medium Orchid. HEX triplet: C7, 6A and DE. RGB value is (199,106,222). Sum of RGB (Red+Green+Blue) = 199+106+222=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #C76ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ADE is #389521. Grayscale: #929292. Windows color (decimal): -3708194 or 14576327. OLE color: 14576327.

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

Color convert

RGB 199 106 222 -
CMYK 0.10 0.52 0 0.13
HSL 288.1º 0.64% 0.64% -
HSV(B) 288.1º 0.52% 0.87% -
XYZ 41.89 27.72 72.25 -
YUV 147.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 199 106 222 0.10 0.52 0 0.13 288.1 0.64 0.64
Hex C7 6A DE A 34 0 D 120 40 40
Octal 307 152 336 12 64 0 15 440 100 100
Binary 11000111 1101010 11011110 1010 110100 0 1101 100100000 1000000 1000000

Color Harmonies of #C76ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ADE

Black with #C76ADE

Text Example


Text Example

White with #C76ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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