Html Css Color HEX #C76BDB Medium Orchid

📋 copy color: '#C76BDB'

red 199 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #C76BDB

Tints of Medium Orchid #C76BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 37.9%
G = 20.38%
B = 41.71%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C76BDB (or 0xC76BDB) is known color: Medium Orchid. HEX triplet: C7, 6B and DB. RGB value is (199,107,219). Sum of RGB (Red+Green+Blue) = 199+107+219=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C76BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BDB is #389424. Grayscale: #929292. Windows color (decimal): -3707941 or 14379975. OLE color: 14379975.

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

Color convert

RGB 199 107 219 -
CMYK 0.09 0.51 0 0.14
HSL 289.29º 0.61% 0.64% -
HSV(B) 289.29º 0.51% 0.86% -
XYZ 41.6 27.77 70.19 -
YUV 147.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 199 107 219 0.09 0.51 0 0.14 289.29 0.61 0.64
Hex C7 6B DB 9 33 0 E 121 3D 40
Octal 307 153 333 11 63 0 16 441 75 100
Binary 11000111 1101011 11011011 1001 110011 0 1110 100100001 111101 1000000

Color Harmonies of #C76BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BDB

Black with #C76BDB

Text Example


Text Example

White with #C76BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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