Html Css Color HEX #C76BDA Medium Orchid

📋 copy color: '#C76BDA'

red 199 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #C76BDA

Tints of Medium Orchid #C76BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.42%

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

R = 37.98%
G = 20.42%
B = 41.6%

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

#C76BDA (or 0xC76BDA) is known color: Medium Orchid. HEX triplet: C7, 6B and DA. RGB value is (199,107,218). Sum of RGB (Red+Green+Blue) = 199+107+218=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C76BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BDA is #389425. Grayscale: #929292. Windows color (decimal): -3707942 or 14314439. OLE color: 14314439.

HSL color Cylindrical-coordinate representation of color #C76BDA: hue angle of 289.73º 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 #C76BDA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 107 218 -
CMYK 0.09 0.51 0 0.15
HSL 289.73º 0.6% 0.64% -
HSV(B) 289.73º 0.51% 0.85% -
XYZ 41.47 27.72 69.49 -
YUV 147.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 199 107 218 0.09 0.51 0 0.15 289.73 0.6 0.64
Hex C7 6B DA 9 33 0 F 122 3C 40
Octal 307 153 332 11 63 0 17 442 74 100
Binary 11000111 1101011 11011010 1001 110011 0 1111 100100010 111100 1000000

Color Harmonies of #C76BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BDA

Black with #C76BDA

Text Example


Text Example

White with #C76BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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