#C781C0

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

Shades of Orchid #C781C0

Tints of Orchid #C781C0

Color information

#C781C0 (or 0xC781C0) is unknown color: approx Orchid. HEX triplet: C7, 81 and C0. RGB value is (199,129,192). Sum of RGB (Red+Green+Blue) = 199+129+192=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C781C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781C0 is #387E3F. Grayscale: #9C9C9C. Windows color (decimal): -3702336 or 12616135. OLE color: 12616135.

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

Color convert

RGB199129192-
CMYK00.350.040.22
HSL306º38.46%64.31%-
HSV(B)306º35.18%78.04%-
XYZ40.9231.6553.82-
YUV157.11147.69157.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=38.27%
G=24.81%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912919200.350.040.2230638.4664.31
HexC781C00234161322640
Octal30720130004342646246100
Binary1100011110000001110000000100011100101101001100101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781C0; }

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

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

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

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

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

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

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

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