#C780DA

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

Shades of Orchid #C780DA

Tints of Orchid #C780DA

Color information

#C780DA (or 0xC780DA) is unknown color: approx Orchid. HEX triplet: C7, 80 and DA. RGB value is (199,128,218). Sum of RGB (Red+Green+Blue) = 199+128+218=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C780DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780DA is #387F25. Grayscale: #9F9F9F. Windows color (decimal): -3702566 or 14319815. OLE color: 14319815.

HSL color Cylindrical-coordinate representation of color #C780DA: hue angle of 287.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C780DA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199128218-
CMYK0.090.4100.15
HSL287.33º54.88%67.84%-
HSV(B)287.33º41.28%85.49%-
XYZ43.9332.6470.32-
YUV159.49161.02156.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 218 (85.55% from 255) = 40%
R=36.51%
G=23.49%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991282180.090.4100.15287.3354.8867.84
HexC780DA9290F11f3744
Octal307200332115101743767104
Binary1100011110000000110110101001101001011111000111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780DA; }

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

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

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

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

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

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

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

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