#C782CF

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

Shades of Orchid #C782CF

Tints of Orchid #C782CF

Color information

#C782CF (or 0xC782CF) is unknown color: approx Orchid. HEX triplet: C7, 82 and CF. RGB value is (199,130,207). Sum of RGB (Red+Green+Blue) = 199+130+207=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C782CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782CF is #387D30. Grayscale: #9F9F9F. Windows color (decimal): -3702065 or 13599431. OLE color: 13599431.

HSL color Cylindrical-coordinate representation of color #C782CF: hue angle of 293.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C782CF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199130207-
CMYK0.040.3700.19
HSL293.77º44.51%66.08%-
HSV(B)293.77º37.2%81.18%-
XYZ42.832.6163.07-
YUV159.41154.86156.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=37.13%
G=24.25%
B=38.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991302070.040.3700.19293.7744.5166.08
HexC782CF4250131262d42
Octal30720231744502344655102
Binary1100011110000010110011111001001010100111001001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782CF; }

 p { color: rgb(199,130,207); }

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

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

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

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

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

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

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