Html Css Color HEX #C87ACE Orchid

📋 copy color: '#C87ACE'

red 200 ◦ green 122 ◦ blue 206

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

Shades of Orchid #C87ACE

Tints of Orchid #C87ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.11%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 37.88%
G = 23.11%
B = 39.02%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C87ACE (or 0xC87ACE) is known color: Orchid. HEX triplet: C8, 7A and CE. RGB value is (200,122,206). Sum of RGB (Red+Green+Blue) = 200+122+206=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACE is #378531. Grayscale: #9A9A9A. Windows color (decimal): -3638578 or 13531848. OLE color: 13531848.

HSL color Cylindrical-coordinate representation of color #C87ACE: hue angle of 295.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87ACE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 122 206 -
CMYK 0.03 0.41 0 0.19
HSL 295.71º 0.46% 0.64% -
HSV(B) 295.71º 0.41% 0.81% -
XYZ 41.92 30.65 62.1 -
YUV 154.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 200 122 206 0.03 0.41 0 0.19 295.71 0.46 0.64
Hex C8 7A CE 3 29 0 13 128 2E 40
Octal 310 172 316 3 51 0 23 450 56 100
Binary 11001000 1111010 11001110 11 101001 0 10011 100101000 101110 1000000

Color Harmonies of #C87ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ACE

Black with #C87ACE

Text Example


Text Example

White with #C87ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ACE; }

 p { color: rgb(200,122,206); }

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

background-color css

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

 a { background-color: rgb(200,122,206); }

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

border-color css

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

 span { border-color: rgb(200,122,206); }

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