#C782D1

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

Shades of Orchid #C782D1

Tints of Orchid #C782D1

Color information

#C782D1 (or 0xC782D1) is unknown color: approx Orchid. HEX triplet: C7, 82 and D1. RGB value is (199,130,209). Sum of RGB (Red+Green+Blue) = 199+130+209=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #C782D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782D1 is #387D2E. Grayscale: #9F9F9F. Windows color (decimal): -3702063 or 13730503. OLE color: 13730503.

HSL color Cylindrical-coordinate representation of color #C782D1: hue angle of 292.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C782D1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199130209-
CMYK0.050.3800.18
HSL292.41º46.2%66.47%-
HSV(B)292.41º37.8%81.96%-
XYZ43.0432.7164.37-
YUV159.64155.86156.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.99%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=36.99%
G=24.16%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991302090.050.3800.18292.4146.266.47
HexC782D15260121242e42
Octal30720232154602244456102
Binary1100011110000010110100011011001100100101001001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782D1; }

 p { color: rgb(199,130,209); }

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

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

 a { background-color: rgb(199,130,209); }

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

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

 span { border-color: rgb(199,130,209); }

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