Html Css Color HEX #C877DB Orchid

📋 copy color: '#C877DB'

red 200 ◦ green 119 ◦ blue 219

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

Shades of Orchid #C877DB

Tints of Orchid #C877DB

RGB

 RED value IS 200 (78.52% from 255) = 37.17%

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

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

R = 37.17%
G = 22.12%
B = 40.71%

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

#C877DB (or 0xC877DB) is known color: Orchid. HEX triplet: C8, 77 and DB. RGB value is (200,119,219). Sum of RGB (Red+Green+Blue) = 200+119+219=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C877DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DB is #378824. Grayscale: #9A9A9A. Windows color (decimal): -3639333 or 14383048. OLE color: 14383048.

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

Color convert

RGB 200 119 219 -
CMYK 0.09 0.46 0 0.14
HSL 288.6º 0.58% 0.66% -
HSV(B) 288.6º 0.46% 0.86% -
XYZ 43.2 30.59 70.64 -
YUV 154.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 200 119 219 0.09 0.46 0 0.14 288.6 0.58 0.66
Hex C8 77 DB 9 2E 0 E 121 3A 42
Octal 310 167 333 11 56 0 16 441 72 102
Binary 11001000 1110111 11011011 1001 101110 0 1110 100100001 111010 1000010

Color Harmonies of #C877DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877DB

Black with #C877DB

Text Example


Text Example

White with #C877DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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