#C76DDD

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

Shades of Orchid #C76DDD

Tints of Orchid #C76DDD

Color information

#C76DDD (or 0xC76DDD) is unknown color: approx Orchid. HEX triplet: C7, 6D and DD. RGB value is (199,109,221). Sum of RGB (Red+Green+Blue) = 199+109+221=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C76DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDD is #389222. Grayscale: #949494. Windows color (decimal): -3707427 or 14511559. OLE color: 14511559.

HSL color Cylindrical-coordinate representation of color #C76DDD: hue angle of 288.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76DDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199109221-
CMYK0.100.5100.13
HSL288.21º62.22%64.71%-
HSV(B)288.21º50.68%86.67%-
XYZ42.0728.371.65-
YUV148.68168.82163.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=37.62%
G=20.60%
B=41.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991092210.100.5100.13288.2162.2264.71
HexC76DDDA330D1203e41
Octal307155335126301544076101
Binary110001111101101110111011010110011011011001000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76DDD; }

 p { color: rgb(199,109,221); }

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

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

 a { background-color: rgb(199,109,221); }

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

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

 span { border-color: rgb(199,109,221); }

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