#C87ADE

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

Shades of Orchid #C87ADE

Tints of Orchid #C87ADE

Color information

#C87ADE (or 0xC87ADE) is unknown color: approx Orchid. HEX triplet: C8, 7A and DE. RGB value is (200,122,222). Sum of RGB (Red+Green+Blue) = 200+122+222=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #C87ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADE is #378521. Grayscale: #9C9C9C. Windows color (decimal): -3638562 or 14580424. OLE color: 14580424.

HSL color Cylindrical-coordinate representation of color #C87ADE: hue angle of 286.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87ADE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200122222-
CMYK0.100.4500.13
HSL286.8º60.24%67.45%-
HSV(B)286.8º45.05%87.06%-
XYZ43.9631.4772.86-
YUV156.72164.84158.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=36.76%
G=22.43%
B=40.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001222220.100.4500.13286.860.2467.45
HexC87ADEA2D0D11f3c43
Octal310172336125501543774103
Binary110010001111010110111101010101101011011000111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ADE; }

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

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

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

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

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

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

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

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