#C780BE

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

Shades of Orchid #C780BE

Tints of Orchid #C780BE

Color information

#C780BE (or 0xC780BE) is unknown color: approx Orchid. HEX triplet: C7, 80 and BE. RGB value is (199,128,190). Sum of RGB (Red+Green+Blue) = 199+128+190=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BE is #387F41. Grayscale: #9C9C9C. Windows color (decimal): -3702594 or 12484807. OLE color: 12484807.

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

Color convert

RGB199128190-
CMYK00.360.050.22
HSL307.61º38.8%64.12%-
HSV(B)307.61º35.68%78.04%-
XYZ40.5731.352.62-
YUV156.3147.02158.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=38.49%
G=24.76%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912819000.360.050.22307.6138.864.12
HexC780BE0245161342740
Octal30720027604452646447100
Binary1100011110000000101111100100100101101101001101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780BE; }

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

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

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

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

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

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

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

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