Html Css Color HEX #C87EBC Orchid

📋 copy color: '#C87EBC'

red 200 ◦ green 126 ◦ blue 188

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

Shades of Orchid #C87EBC

Tints of Orchid #C87EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.51%

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

R = 38.91%
G = 24.51%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C87EBC (or 0xC87EBC) is known color: Orchid. HEX triplet: C8, 7E and BC. RGB value is (200,126,188). Sum of RGB (Red+Green+Blue) = 200+126+188=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EBC is #378143. Grayscale: #9B9B9B. Windows color (decimal): -3637572 or 12353224. OLE color: 12353224.

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

Color convert

RGB 200 126 188 -
CMYK 0 0.37 0.06 0.22
HSL 309.73º 0.4% 0.64% -
HSV(B) 309.73º 0.37% 0.78% -
XYZ 40.36 30.83 51.4 -
YUV 155.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 200 126 188 0 0.37 0.06 0.22 309.73 0.4 0.64
Hex C8 7E BC 0 25 6 16 136 28 40
Octal 310 176 274 0 45 6 26 466 50 100
Binary 11001000 1111110 10111100 0 100101 110 10110 100110110 101000 1000000

Color Harmonies of #C87EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87EBC

Black with #C87EBC

Text Example


Text Example

White with #C87EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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