Html Css Color HEX #C877BE Orchid

📋 copy color: '#C877BE'

red 200 ◦ green 119 ◦ blue 190

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

Shades of Orchid #C877BE

Tints of Orchid #C877BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 39.29%
G = 23.38%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C877BE (or 0xC877BE) is known color: Orchid. HEX triplet: C8, 77 and BE. RGB value is (200,119,190). Sum of RGB (Red+Green+Blue) = 200+119+190=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C877BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877BE is #378841. Grayscale: #979797. Windows color (decimal): -3639362 or 12482504. OLE color: 12482504.

HSL color Cylindrical-coordinate representation of color #C877BE: hue angle of 307.41º 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 #C877BE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 190 -
CMYK 0 0.40 0.05 0.22
HSL 307.41º 0.42% 0.63% -
HSV(B) 307.41º 0.41% 0.78% -
XYZ 39.71 29.19 52.26 -
YUV 151.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 200 119 190 0 0.40 0.05 0.22 307.41 0.42 0.63
Hex C8 77 BE 0 28 5 16 133 2A 3F
Octal 310 167 276 0 50 5 26 463 52 77
Binary 11001000 1110111 10111110 0 101000 101 10110 100110011 101010 111111

Color Harmonies of #C877BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877BE

Black with #C877BE

Text Example


Text Example

White with #C877BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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