#C86DDA

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

Shades of Orchid #C86DDA

Tints of Orchid #C86DDA

Color information

#C86DDA (or 0xC86DDA) is unknown color: approx Orchid. HEX triplet: C8, 6D and DA. RGB value is (200,109,218). Sum of RGB (Red+Green+Blue) = 200+109+218=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C86DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DDA is #379225. Grayscale: #949494. Windows color (decimal): -3641894 or 14314952. OLE color: 14314952.

HSL color Cylindrical-coordinate representation of color #C86DDA: hue angle of 290.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86DDA is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200109218-
CMYK0.080.500.15
HSL290.09º59.56%64.12%-
HSV(B)290.09º50%85.49%-
XYZ41.9428.2869.58-
YUV148.64167.15164.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=37.95%
G=20.68%
B=41.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001092180.080.500.15290.0959.5664.12
HexC86DDA8320F1223c40
Octal310155332106201744274100
Binary110010001101101110110101000110010011111001000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DDA; }

 p { color: rgb(200,109,218); }

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

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

 a { background-color: rgb(200,109,218); }

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

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

 span { border-color: rgb(200,109,218); }

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