Html Css Color HEX #C879BD Orchid

📋 copy color: '#C879BD'

red 200 ◦ green 121 ◦ blue 189

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

Shades of Orchid #C879BD

Tints of Orchid #C879BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 39.22%
G = 23.73%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C879BD (or 0xC879BD) is known color: Orchid. HEX triplet: C8, 79 and BD. RGB value is (200,121,189). Sum of RGB (Red+Green+Blue) = 200+121+189=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C879BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879BD is #378642. Grayscale: #989898. Windows color (decimal): -3638851 or 12417480. OLE color: 12417480.

HSL color Cylindrical-coordinate representation of color #C879BD: hue angle of 308.35º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C879BD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 189 -
CMYK 0 0.39 0.06 0.22
HSL 308.35º 0.42% 0.63% -
HSV(B) 308.35º 0.4% 0.78% -
XYZ 39.84 29.63 51.76 -
YUV 152.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 200 121 189 0 0.39 0.06 0.22 308.35 0.42 0.63
Hex C8 79 BD 0 27 6 16 134 2A 3F
Octal 310 171 275 0 47 6 26 464 52 77
Binary 11001000 1111001 10111101 0 100111 110 10110 100110100 101010 111111

Color Harmonies of #C879BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879BD

Black with #C879BD

Text Example


Text Example

White with #C879BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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