Html Css Color HEX #C879DB Orchid

📋 copy color: '#C879DB'

red 200 ◦ green 121 ◦ blue 219

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

Shades of Orchid #C879DB

Tints of Orchid #C879DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.41%

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

R = 37.04%
G = 22.41%
B = 40.56%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C879DB (or 0xC879DB) is known color: Orchid. HEX triplet: C8, 79 and DB. RGB value is (200,121,219). Sum of RGB (Red+Green+Blue) = 200+121+219=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C879DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879DB is #378624. Grayscale: #9B9B9B. Windows color (decimal): -3638821 or 14383560. OLE color: 14383560.

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

Color convert

RGB 200 121 219 -
CMYK 0.09 0.45 0 0.14
HSL 288.37º 0.58% 0.67% -
HSV(B) 288.37º 0.45% 0.86% -
XYZ 43.44 31.07 70.72 -
YUV 155.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 200 121 219 0.09 0.45 0 0.14 288.37 0.58 0.67
Hex C8 79 DB 9 2D 0 E 120 3A 43
Octal 310 171 333 11 55 0 16 440 72 103
Binary 11001000 1111001 11011011 1001 101101 0 1110 100100000 111010 1000011

Color Harmonies of #C879DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879DB

Black with #C879DB

Text Example


Text Example

White with #C879DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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