#C76FCD

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

Shades of Orchid #C76FCD

Tints of Orchid #C76FCD

Color information

#C76FCD (or 0xC76FCD) is unknown color: approx Orchid. HEX triplet: C7, 6F and CD. RGB value is (199,111,205). Sum of RGB (Red+Green+Blue) = 199+111+205=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C76FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCD is #389032. Grayscale: #939393. Windows color (decimal): -3706931 or 13463495. OLE color: 13463495.

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

Color convert

RGB199111205-
CMYK0.030.4600.20
HSL296.17º48.45%61.96%-
HSV(B)296.17º45.85%80.39%-
XYZ40.2627.9261.02-
YUV148.03160.15164.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=38.64%
G=21.55%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991112050.030.4600.20296.1748.4561.96
HexC76FCD32E014128303e
Octal3071573153560244506076
Binary1100011111011111100110111101110010100100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FCD; }

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

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

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

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

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

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

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

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