Html Css Color HEX #C87CBF Orchid

📋 copy color: '#C87CBF'

red 200 ◦ green 124 ◦ blue 191

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

Shades of Orchid #C87CBF

Tints of Orchid #C87CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.08%

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

R = 38.83%
G = 24.08%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C87CBF (or 0xC87CBF) is known color: Orchid. HEX triplet: C8, 7C and BF. RGB value is (200,124,191). Sum of RGB (Red+Green+Blue) = 200+124+191=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CBF is #378340. Grayscale: #9A9A9A. Windows color (decimal): -3638081 or 12549320. OLE color: 12549320.

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

Color convert

RGB 200 124 191 -
CMYK 0 0.38 0.04 0.22
HSL 307.11º 0.41% 0.64% -
HSV(B) 307.11º 0.38% 0.78% -
XYZ 40.43 30.46 53.04 -
YUV 154.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 200 124 191 0 0.38 0.04 0.22 307.11 0.41 0.64
Hex C8 7C BF 0 26 4 16 133 29 40
Octal 310 174 277 0 46 4 26 463 51 100
Binary 11001000 1111100 10111111 0 100110 100 10110 100110011 101001 1000000

Color Harmonies of #C87CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CBF

Black with #C87CBF

Text Example


Text Example

White with #C87CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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