#C87ACA

Color #C87ACA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C87ACA

Tints of Orchid #C87ACA

Color information

#C87ACA (or 0xC87ACA) is unknown color: approx Orchid. HEX triplet: C8, 7A and CA. RGB value is (200,122,202). Sum of RGB (Red+Green+Blue) = 200+122+202=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACA is #378535. Grayscale: #9A9A9A. Windows color (decimal): -3638582 or 13269704. OLE color: 13269704.

HSL color Cylindrical-coordinate representation of color #C87ACA: hue angle of 298.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87ACA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200122202-
CMYK0.010.4000.21
HSL298.5º43.01%63.53%-
HSV(B)298.5º39.6%79.22%-
XYZ41.4430.4659.57-
YUV154.44154.84160.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=38.17%
G=23.28%
B=38.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001222020.010.4000.21298.543.0163.53
HexC87ACA12801512a2b40
Octal31017231215002545253100
Binary1100100011110101100101011010000101011001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ACA; }

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

 H1.HeaderClassName
 {
   color: #C87ACA;
 }
 .AnyTagClassName
 {
   color: #C87ACA;
 }
</style>
background-color css

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

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

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

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

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

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