Html Css Color HEX #C87AC6 Orchid

📋 copy color: '#C87AC6'

red 200 ◦ green 122 ◦ blue 198

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

Shades of Orchid #C87AC6

Tints of Orchid #C87AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.08%

R = 38.46%
G = 23.46%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C87AC6 (or 0xC87AC6) is known color: Orchid. HEX triplet: C8, 7A and C6. RGB value is (200,122,198). Sum of RGB (Red+Green+Blue) = 200+122+198=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AC6 is #378539. Grayscale: #999999. Windows color (decimal): -3638586 or 13007560. OLE color: 13007560.

HSL color Cylindrical-coordinate representation of color #C87AC6: hue angle of 301.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87AC6 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 122 198 -
CMYK 0 0.39 0.01 0.22
HSL 301.54º 0.41% 0.63% -
HSV(B) 301.54º 0.39% 0.78% -
XYZ 40.97 30.28 57.11 -
YUV 153.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 200 122 198 0 0.39 0.01 0.22 301.54 0.41 0.63
Hex C8 7A C6 0 27 1 16 12E 29 3F
Octal 310 172 306 0 47 1 26 456 51 77
Binary 11001000 1111010 11000110 0 100111 1 10110 100101110 101001 111111

Color Harmonies of #C87AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87AC6

Black with #C87AC6

Text Example


Text Example

White with #C87AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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