Html Css Color HEX #C87FBE Orchid

📋 copy color: '#C87FBE'

red 200 ◦ green 127 ◦ blue 190

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

Shades of Orchid #C87FBE

Tints of Orchid #C87FBE

RGB

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

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

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

R = 38.68%
G = 24.56%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C87FBE (or 0xC87FBE) is known color: Orchid. HEX triplet: C8, 7F and BE. RGB value is (200,127,190). Sum of RGB (Red+Green+Blue) = 200+127+190=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FBE is #378041. Grayscale: #9B9B9B. Windows color (decimal): -3637314 or 12484552. OLE color: 12484552.

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

Color convert

RGB 200 127 190 -
CMYK 0 0.36 0.05 0.22
HSL 308.22º 0.4% 0.64% -
HSV(B) 308.22º 0.37% 0.78% -
XYZ 40.7 31.18 52.59 -
YUV 156.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 200 127 190 0 0.36 0.05 0.22 308.22 0.4 0.64
Hex C8 7F BE 0 24 5 16 134 28 40
Octal 310 177 276 0 44 5 26 464 50 100
Binary 11001000 1111111 10111110 0 100100 101 10110 100110100 101000 1000000

Color Harmonies of #C87FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FBE

Black with #C87FBE

Text Example


Text Example

White with #C87FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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