Html Css Color HEX #C879D7 Orchid

📋 copy color: '#C879D7'

red 200 ◦ green 121 ◦ blue 215

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

Shades of Orchid #C879D7

Tints of Orchid #C879D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 37.31%
G = 22.57%
B = 40.11%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C879D7 (or 0xC879D7) is known color: Orchid. HEX triplet: C8, 79 and D7. RGB value is (200,121,215). Sum of RGB (Red+Green+Blue) = 200+121+215=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #C879D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879D7 is #378628. Grayscale: #9B9B9B. Windows color (decimal): -3638825 or 14121416. OLE color: 14121416.

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

Color convert

RGB 200 121 215 -
CMYK 0.07 0.44 0 0.16
HSL 290.43º 0.54% 0.66% -
HSV(B) 290.43º 0.44% 0.84% -
XYZ 42.92 30.86 67.98 -
YUV 155.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 200 121 215 0.07 0.44 0 0.16 290.43 0.54 0.66
Hex C8 79 D7 7 2C 0 10 122 36 42
Octal 310 171 327 7 54 0 20 442 66 102
Binary 11001000 1111001 11010111 111 101100 0 10000 100100010 110110 1000010

Color Harmonies of #C879D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879D7

Black with #C879D7

Text Example


Text Example

White with #C879D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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