Html Css Color HEX #C879D6 Orchid

📋 copy color: '#C879D6'

red 200 ◦ green 121 ◦ blue 214

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

Shades of Orchid #C879D6

Tints of Orchid #C879D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 37.38%
G = 22.62%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C879D6 (or 0xC879D6) is known color: Orchid. HEX triplet: C8, 79 and D6. RGB value is (200,121,214). Sum of RGB (Red+Green+Blue) = 200+121+214=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #C879D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879D6 is #378629. Grayscale: #9A9A9A. Windows color (decimal): -3638826 or 14055880. OLE color: 14055880.

HSL color Cylindrical-coordinate representation of color #C879D6: hue angle of 290.97º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C879D6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 121 214 -
CMYK 0.07 0.43 0 0.16
HSL 290.97º 0.53% 0.66% -
HSV(B) 290.97º 0.43% 0.84% -
XYZ 42.79 30.81 67.31 -
YUV 155.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 200 121 214 0.07 0.43 0 0.16 290.97 0.53 0.66
Hex C8 79 D6 7 2B 0 10 123 35 42
Octal 310 171 326 7 53 0 20 443 65 102
Binary 11001000 1111001 11010110 111 101011 0 10000 100100011 110101 1000010

Color Harmonies of #C879D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879D6

Black with #C879D6

Text Example


Text Example

White with #C879D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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