Html Css Color HEX #C871BF Orchid

📋 copy color: '#C871BF'

red 200 ◦ green 113 ◦ blue 191

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

Shades of Orchid #C871BF

Tints of Orchid #C871BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 39.68%
G = 22.42%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C871BF (or 0xC871BF) is known color: Orchid. HEX triplet: C8, 71 and BF. RGB value is (200,113,191). Sum of RGB (Red+Green+Blue) = 200+113+191=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C871BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871BF is #378E40. Grayscale: #939393. Windows color (decimal): -3640897 or 12546504. OLE color: 12546504.

HSL color Cylindrical-coordinate representation of color #C871BF: hue angle of 306.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871BF is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 191 -
CMYK 0 0.44 0.04 0.22
HSL 306.21º 0.44% 0.61% -
HSV(B) 306.21º 0.44% 0.78% -
XYZ 39.13 27.85 52.6 -
YUV 147.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 200 113 191 0 0.44 0.04 0.22 306.21 0.44 0.61
Hex C8 71 BF 0 2C 4 16 132 2C 3D
Octal 310 161 277 0 54 4 26 462 54 75
Binary 11001000 1110001 10111111 0 101100 100 10110 100110010 101100 111101

Color Harmonies of #C871BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871BF

Black with #C871BF

Text Example


Text Example

White with #C871BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871BF; }

 p { color: rgb(200,113,191); }

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

background-color css

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

 a { background-color: rgb(200,113,191); }

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

border-color css

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

 span { border-color: rgb(200,113,191); }

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