#C76DCD

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

Shades of Orchid #C76DCD

Tints of Orchid #C76DCD

Color information

#C76DCD (or 0xC76DCD) is unknown color: approx Orchid. HEX triplet: C7, 6D and CD. RGB value is (199,109,205). Sum of RGB (Red+Green+Blue) = 199+109+205=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C76DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DCD is #389232. Grayscale: #929292. Windows color (decimal): -3707443 or 13462983. OLE color: 13462983.

HSL color Cylindrical-coordinate representation of color #C76DCD: hue angle of 296.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76DCD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199109205-
CMYK0.030.4700.20
HSL296.25º48.98%61.57%-
HSV(B)296.25º46.83%80.39%-
XYZ40.0427.4960.95-
YUV146.85160.82165.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 109 (42.97% from 255) = 21.25%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=38.79%
G=21.25%
B=39.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991092050.030.4700.20296.2548.9861.57
HexC76DCD32F014128313e
Octal3071553153570244506176
Binary1100011111011011100110111101111010100100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76DCD; }

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

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

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

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

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

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

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

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