Html Css Color HEX #C76ADA Medium Orchid

📋 copy color: '#C76ADA'

red 199 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #C76ADA

Tints of Medium Orchid #C76ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 38.05%
G = 20.27%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C76ADA (or 0xC76ADA) is known color: Medium Orchid. HEX triplet: C7, 6A and DA. RGB value is (199,106,218). Sum of RGB (Red+Green+Blue) = 199+106+218=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C76ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ADA is #389525. Grayscale: #929292. Windows color (decimal): -3708198 or 14314183. OLE color: 14314183.

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

Color convert

RGB 199 106 218 -
CMYK 0.09 0.51 0 0.15
HSL 289.82º 0.6% 0.64% -
HSV(B) 289.82º 0.51% 0.85% -
XYZ 41.36 27.51 69.46 -
YUV 146.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 199 106 218 0.09 0.51 0 0.15 289.82 0.6 0.64
Hex C7 6A DA 9 33 0 F 122 3C 40
Octal 307 152 332 11 63 0 17 442 74 100
Binary 11000111 1101010 11011010 1001 110011 0 1111 100100010 111100 1000000

Color Harmonies of #C76ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ADA

Black with #C76ADA

Text Example


Text Example

White with #C76ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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