Html Css Color HEX #C87DBC Orchid

📋 copy color: '#C87DBC'

red 200 ◦ green 125 ◦ blue 188

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

Shades of Orchid #C87DBC

Tints of Orchid #C87DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.37%

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

R = 38.99%
G = 24.37%
B = 36.65%

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

#C87DBC (or 0xC87DBC) is known color: Orchid. HEX triplet: C8, 7D and BC. RGB value is (200,125,188). Sum of RGB (Red+Green+Blue) = 200+125+188=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBC is #378243. Grayscale: #9A9A9A. Windows color (decimal): -3637828 or 12352968. OLE color: 12352968.

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

Color convert

RGB 200 125 188 -
CMYK 0 0.38 0.06 0.22
HSL 309.6º 0.41% 0.64% -
HSV(B) 309.6º 0.38% 0.78% -
XYZ 40.23 30.58 51.36 -
YUV 154.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 200 125 188 0 0.38 0.06 0.22 309.6 0.41 0.64
Hex C8 7D BC 0 26 6 16 136 29 40
Octal 310 175 274 0 46 6 26 466 51 100
Binary 11001000 1111101 10111100 0 100110 110 10110 100110110 101001 1000000

Color Harmonies of #C87DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DBC

Black with #C87DBC

Text Example


Text Example

White with #C87DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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