#C781CD

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

Shades of Orchid #C781CD

Tints of Orchid #C781CD

Color information

#C781CD (or 0xC781CD) is unknown color: approx Orchid. HEX triplet: C7, 81 and CD. RGB value is (199,129,205). Sum of RGB (Red+Green+Blue) = 199+129+205=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C781CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781CD is #387E32. Grayscale: #9E9E9E. Windows color (decimal): -3702323 or 13468103. OLE color: 13468103.

HSL color Cylindrical-coordinate representation of color #C781CD: hue angle of 295.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C781CD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199129205-
CMYK0.030.3700.20
HSL295.26º43.18%65.49%-
HSV(B)295.26º37.07%80.39%-
XYZ42.4232.2561.75-
YUV158.59154.19156.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=37.34%
G=24.20%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991292050.030.3700.20295.2643.1865.49
HexC781CD3250141272b41
Octal30720131534502444753101
Binary110001111000000111001101111001010101001001001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781CD; }

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

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

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

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

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

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

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

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