Html Css Color HEX #C87FBC Orchid

📋 copy color: '#C87FBC'

red 200 ◦ green 127 ◦ blue 188

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

Shades of Orchid #C87FBC

Tints of Orchid #C87FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

 BLUE value IS 188 (73.83% from 255) = 36.5%

R = 38.83%
G = 24.66%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C87FBC (or 0xC87FBC) is known color: Orchid. HEX triplet: C8, 7F and BC. RGB value is (200,127,188). Sum of RGB (Red+Green+Blue) = 200+127+188=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FBC is #378043. Grayscale: #9B9B9B. Windows color (decimal): -3637316 or 12353480. OLE color: 12353480.

HSL color Cylindrical-coordinate representation of color #C87FBC: hue angle of 309.86º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FBC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 188 -
CMYK 0 0.36 0.06 0.22
HSL 309.86º 0.4% 0.64% -
HSV(B) 309.86º 0.37% 0.78% -
XYZ 40.49 31.09 51.44 -
YUV 155.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 200 127 188 0 0.36 0.06 0.22 309.86 0.4 0.64
Hex C8 7F BC 0 24 6 16 136 28 40
Octal 310 177 274 0 44 6 26 466 50 100
Binary 11001000 1111111 10111100 0 100100 110 10110 100110110 101000 1000000

Color Harmonies of #C87FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FBC

Black with #C87FBC

Text Example


Text Example

White with #C87FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FBC; }

 p { color: rgb(200,127,188); }

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

background-color css

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

 a { background-color: rgb(200,127,188); }

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

border-color css

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

 span { border-color: rgb(200,127,188); }

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