#C780BF

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

Shades of Orchid #C780BF

Tints of Orchid #C780BF

Color information

#C780BF (or 0xC780BF) is unknown color: approx Orchid. HEX triplet: C7, 80 and BF. RGB value is (199,128,191). Sum of RGB (Red+Green+Blue) = 199+128+191=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BF is #387F40. Grayscale: #9C9C9C. Windows color (decimal): -3702593 or 12550343. OLE color: 12550343.

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

Color convert

RGB199128191-
CMYK00.360.040.22
HSL306.76º38.8%64.12%-
HSV(B)306.76º35.68%78.04%-
XYZ40.6831.3453.2-
YUV156.41147.52158.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 191 (75% from 255) = 36.87%
R=38.42%
G=24.71%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912819100.360.040.22306.7638.864.12
HexC780BF0244161332740
Octal30720027704442646347100
Binary1100011110000000101111110100100100101101001100111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780BF; }

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

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

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

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

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

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

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

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