Html Css Color HEX #C776DB Orchid

📋 copy color: '#C776DB'

red 199 ◦ green 118 ◦ blue 219

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

Shades of Orchid #C776DB

Tints of Orchid #C776DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.01%

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

R = 37.13%
G = 22.01%
B = 40.86%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C776DB (or 0xC776DB) is known color: Orchid. HEX triplet: C7, 76 and DB. RGB value is (199,118,219). Sum of RGB (Red+Green+Blue) = 199+118+219=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C776DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776DB is #388924. Grayscale: #999999. Windows color (decimal): -3705125 or 14382791. OLE color: 14382791.

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

Color convert

RGB 199 118 219 -
CMYK 0.09 0.46 0 0.14
HSL 288.12º 0.58% 0.66% -
HSV(B) 288.12º 0.46% 0.86% -
XYZ 42.82 30.21 70.59 -
YUV 153.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 199 118 219 0.09 0.46 0 0.14 288.12 0.58 0.66
Hex C7 76 DB 9 2E 0 E 120 3A 42
Octal 307 166 333 11 56 0 16 440 72 102
Binary 11000111 1110110 11011011 1001 101110 0 1110 100100000 111010 1000010

Color Harmonies of #C776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C776DB

Black with #C776DB

Text Example


Text Example

White with #C776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C776DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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