#D667D8

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

Shades of Orchid #D667D8

Tints of Orchid #D667D8

Color information

#D667D8 (or 0xD667D8) is unknown color: approx Orchid. HEX triplet: D6, 67 and D8. RGB value is (214,103,216). Sum of RGB (Red+Green+Blue) = 214+103+216=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #D667D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667D8 is #299827. Grayscale: #949494. Windows color (decimal): -2725928 or 14182358. OLE color: 14182358.

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

Color convert

RGB214103216-
CMYK0.010.5200.15
HSL298.94º59.16%62.55%-
HSV(B)298.94º52.31%84.71%-
XYZ44.9828.9568.18-
YUV149.07165.77174.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=40.15%
G=19.32%
B=40.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141032160.010.5200.15298.9459.1662.55
HexD667D81340F12b3b3f
Octal3261473301640174537377
Binary11010110110011111011000111010001111100101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667D8; }

 p { color: rgb(214,103,216); }

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

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

 a { background-color: rgb(214,103,216); }

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

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

 span { border-color: rgb(214,103,216); }

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