#d966c4

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

Shades of Orchid #D966C4

Tints of Orchid #D966C4

Color information

#D966C4 (or 0xD966C4) is unknown color: approx Orchid. HEX triplet: D9, 66 and C4. RGB value is (217,102,196). Sum of RGB (Red+Green+Blue) = 217+102+196=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C4 is #26993B. Grayscale: #929292. Windows color (decimal): -2529596 or 12871385. OLE color: 12871385.

HSL color Cylindrical-coordinate representation of color #D966C4: hue angle of 310.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966C4 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217102196-
CMYK00.530.100.15
HSL310.96º60.21%62.55%-
HSV(B)310.96º53%85.1%-
XYZ43.3328.2455.39-
YUV147.1155.6177.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 102 (40.23% from 255) = 19.81%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=42.14%
G=19.81%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710219600.530.100.15310.9660.2162.55
HexD966C4035AF1373c3f
Octal33114630406512174677477
Binary11011001110011011000100011010110101111100110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d966c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d966c4; }

 p { color: rgb(217,102,196); }

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

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

 a { background-color: rgb(217,102,196); }

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

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

 span { border-color: rgb(217,102,196); }

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