#C781BE

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

Shades of Orchid #C781BE

Tints of Orchid #C781BE

Color information

#C781BE (or 0xC781BE) is unknown color: approx Orchid. HEX triplet: C7, 81 and BE. RGB value is (199,129,190). Sum of RGB (Red+Green+Blue) = 199+129+190=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C781BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781BE is #387E41. Grayscale: #9C9C9C. Windows color (decimal): -3702338 or 12485063. OLE color: 12485063.

HSL color Cylindrical-coordinate representation of color #C781BE: hue angle of 307.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781BE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199129190-
CMYK00.350.050.22
HSL307.71º38.46%64.31%-
HSV(B)307.71º35.18%78.04%-
XYZ40.731.5652.66-
YUV156.88146.69158.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=38.42%
G=24.90%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912919000.350.050.22307.7138.4664.31
HexC781BE0235161342640
Octal30720127604352646446100
Binary1100011110000001101111100100011101101101001101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781BE; }

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

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

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

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

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

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

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

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