Html Css Color HEX #C879D0 Orchid

📋 copy color: '#C879D0'

red 200 ◦ green 121 ◦ blue 208

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

Shades of Orchid #C879D0

Tints of Orchid #C879D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 37.81%
G = 22.87%
B = 39.32%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C879D0 (or 0xC879D0) is known color: Orchid. HEX triplet: C8, 79 and D0. RGB value is (200,121,208). Sum of RGB (Red+Green+Blue) = 200+121+208=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #C879D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879D0 is #37862F. Grayscale: #9A9A9A. Windows color (decimal): -3638832 or 13662664. OLE color: 13662664.

HSL color Cylindrical-coordinate representation of color #C879D0: hue angle of 294.48º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C879D0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 121 208 -
CMYK 0.04 0.42 0 0.18
HSL 294.48º 0.48% 0.65% -
HSV(B) 294.48º 0.42% 0.82% -
XYZ 42.04 30.51 63.35 -
YUV 154.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 200 121 208 0.04 0.42 0 0.18 294.48 0.48 0.65
Hex C8 79 D0 4 2A 0 12 126 30 41
Octal 310 171 320 4 52 0 22 446 60 101
Binary 11001000 1111001 11010000 100 101010 0 10010 100100110 110000 1000001

Color Harmonies of #C879D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879D0

Black with #C879D0

Text Example


Text Example

White with #C879D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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