Html Css Color HEX #C877BA Orchid

📋 copy color: '#C877BA'

red 200 ◦ green 119 ◦ blue 186

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

Shades of Orchid #C877BA

Tints of Orchid #C877BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.56%

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 39.6%
G = 23.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C877BA (or 0xC877BA) is known color: Orchid. HEX triplet: C8, 77 and BA. RGB value is (200,119,186). Sum of RGB (Red+Green+Blue) = 200+119+186=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C877BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877BA is #378845. Grayscale: #969696. Windows color (decimal): -3639366 or 12220360. OLE color: 12220360.

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

Color convert

RGB 200 119 186 -
CMYK 0 0.40 0.07 0.22
HSL 310.37º 0.42% 0.63% -
HSV(B) 310.37º 0.41% 0.78% -
XYZ 39.28 29.02 49.99 -
YUV 150.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 200 119 186 0 0.40 0.07 0.22 310.37 0.42 0.63
Hex C8 77 BA 0 28 7 16 136 2A 3F
Octal 310 167 272 0 50 7 26 466 52 77
Binary 11001000 1110111 10111010 0 101000 111 10110 100110110 101010 111111

Color Harmonies of #C877BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877BA

Black with #C877BA

Text Example


Text Example

White with #C877BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877BA; }

 p { color: rgb(200,119,186); }

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

background-color css

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

 a { background-color: rgb(200,119,186); }

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

border-color css

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

 span { border-color: rgb(200,119,186); }

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