#C781D0

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

Shades of Orchid #C781D0

Tints of Orchid #C781D0

Color information

#C781D0 (or 0xC781D0) is unknown color: approx Orchid. HEX triplet: C7, 81 and D0. RGB value is (199,129,208). Sum of RGB (Red+Green+Blue) = 199+129+208=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C781D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781D0 is #387E2F. Grayscale: #9E9E9E. Windows color (decimal): -3702320 or 13664711. OLE color: 13664711.

HSL color Cylindrical-coordinate representation of color #C781D0: hue angle of 293.16º 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 #C781D0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199129208-
CMYK0.040.3800.18
HSL293.16º45.66%66.08%-
HSV(B)293.16º37.98%81.57%-
XYZ42.7932.463.67-
YUV158.94155.69156.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=37.13%
G=24.07%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991292080.040.3800.18293.1645.6666.08
HexC781D04260121252e42
Octal30720132044602244556102
Binary1100011110000001110100001001001100100101001001011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781D0; }

 p { color: rgb(199,129,208); }

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

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

 a { background-color: rgb(199,129,208); }

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

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

 span { border-color: rgb(199,129,208); }

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