Html Css Color HEX #C87CBC Orchid

📋 copy color: '#C87CBC'

red 200 ◦ green 124 ◦ blue 188

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

Shades of Orchid #C87CBC

Tints of Orchid #C87CBC

RGB

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

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

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

R = 39.06%
G = 24.22%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C87CBC (or 0xC87CBC) is known color: Orchid. HEX triplet: C8, 7C and BC. RGB value is (200,124,188). Sum of RGB (Red+Green+Blue) = 200+124+188=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CBC is #378343. Grayscale: #999999. Windows color (decimal): -3638084 or 12352712. OLE color: 12352712.

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

Color convert

RGB 200 124 188 -
CMYK 0 0.38 0.06 0.22
HSL 309.47º 0.41% 0.64% -
HSV(B) 309.47º 0.38% 0.78% -
XYZ 40.1 30.33 51.32 -
YUV 154.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 200 124 188 0 0.38 0.06 0.22 309.47 0.41 0.64
Hex C8 7C BC 0 26 6 16 135 29 40
Octal 310 174 274 0 46 6 26 465 51 100
Binary 11001000 1111100 10111100 0 100110 110 10110 100110101 101001 1000000

Color Harmonies of #C87CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CBC

Black with #C87CBC

Text Example


Text Example

White with #C87CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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