#C783C7

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

Shades of Orchid #C783C7

Tints of Orchid #C783C7

Color information

#C783C7 (or 0xC783C7) is unknown color: approx Orchid. HEX triplet: C7, 83 and C7. RGB value is (199,131,199). Sum of RGB (Red+Green+Blue) = 199+131+199=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C783C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783C7 is #387C38. Grayscale: #9E9E9E. Windows color (decimal): -3701817 or 13075399. OLE color: 13075399.

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

Color convert

RGB199131199-
CMYK00.3400.22
HSL300º37.78%64.71%-
HSV(B)300º34.17%78.04%-
XYZ41.9832.558.09-
YUV159.08150.53156.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=37.62%
G=24.76%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913119900.3400.2230037.7864.71
HexC783C702201612c2641
Octal30720330704202645446101
Binary11000111100000111100011101000100101101001011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C783C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C783C7; }

 p { color: rgb(199,131,199); }

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

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

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

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

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

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

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