Html Css Color HEX #C879DC Orchid

📋 copy color: '#C879DC'

red 200 ◦ green 121 ◦ blue 220

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

Shades of Orchid #C879DC

Tints of Orchid #C879DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 36.97%
G = 22.37%
B = 40.67%

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

#C879DC (or 0xC879DC) is known color: Orchid. HEX triplet: C8, 79 and DC. RGB value is (200,121,220). Sum of RGB (Red+Green+Blue) = 200+121+220=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C879DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879DC is #378623. Grayscale: #9B9B9B. Windows color (decimal): -3638820 or 14449096. OLE color: 14449096.

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

Color convert

RGB 200 121 220 -
CMYK 0.09 0.45 0 0.14
HSL 287.88º 0.59% 0.67% -
HSV(B) 287.88º 0.45% 0.86% -
XYZ 43.58 31.12 71.42 -
YUV 155.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 200 121 220 0.09 0.45 0 0.14 287.88 0.59 0.67
Hex C8 79 DC 9 2D 0 E 120 3B 43
Octal 310 171 334 11 55 0 16 440 73 103
Binary 11001000 1111001 11011100 1001 101101 0 1110 100100000 111011 1000011

Color Harmonies of #C879DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879DC

Black with #C879DC

Text Example


Text Example

White with #C879DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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