#C780C6

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

Shades of Orchid #C780C6

Tints of Orchid #C780C6

Color information

#C780C6 (or 0xC780C6) is unknown color: approx Orchid. HEX triplet: C7, 80 and C6. RGB value is (199,128,198). Sum of RGB (Red+Green+Blue) = 199+128+198=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C780C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780C6 is #387F39. Grayscale: #9D9D9D. Windows color (decimal): -3702586 or 13009095. OLE color: 13009095.

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

Color convert

RGB199128198-
CMYK00.360.010.22
HSL300.85º38.8%64.12%-
HSV(B)300.85º35.68%78.04%-
XYZ41.4731.6657.35-
YUV157.21151.02157.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=37.90%
G=24.38%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912819800.360.010.22300.8538.864.12
HexC780C602411612d2740
Octal30720030604412645547100
Binary11000111100000001100011001001001101101001011011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780C6; }

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

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

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

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

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

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

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

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