Html Css Color HEX #C777DB Orchid

📋 copy color: '#C777DB'

red 199 ◦ green 119 ◦ blue 219

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

Shades of Orchid #C777DB

Tints of Orchid #C777DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.16%

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

R = 37.06%
G = 22.16%
B = 40.78%

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

#C777DB (or 0xC777DB) is known color: Orchid. HEX triplet: C7, 77 and DB. RGB value is (199,119,219). Sum of RGB (Red+Green+Blue) = 199+119+219=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C777DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777DB is #388824. Grayscale: #9A9A9A. Windows color (decimal): -3704869 or 14383047. OLE color: 14383047.

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

Color convert

RGB 199 119 219 -
CMYK 0.09 0.46 0 0.14
HSL 288º 0.58% 0.66% -
HSV(B) 288º 0.46% 0.86% -
XYZ 42.94 30.45 70.63 -
YUV 154.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 199 119 219 0.09 0.46 0 0.14 288 0.58 0.66
Hex C7 77 DB 9 2E 0 E 120 3A 42
Octal 307 167 333 11 56 0 16 440 72 102
Binary 11000111 1110111 11011011 1001 101110 0 1110 100100000 111010 1000010

Color Harmonies of #C777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777DB

Black with #C777DB

Text Example


Text Example

White with #C777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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