#D867D1

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

Shades of Orchid #D867D1

Tints of Orchid #D867D1

Color information

#D867D1 (or 0xD867D1) is unknown color: approx Orchid. HEX triplet: D8, 67 and D1. RGB value is (216,103,209). Sum of RGB (Red+Green+Blue) = 216+103+209=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D1 is #27982E. Grayscale: #949494. Windows color (decimal): -2594863 or 13723608. OLE color: 13723608.

HSL color Cylindrical-coordinate representation of color #D867D1: hue angle of 303.72º 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 #D867D1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216103209-
CMYK00.520.030.15
HSL303.72º59.16%62.55%-
HSV(B)303.72º52.31%84.71%-
XYZ44.6828.963.55-
YUV148.87161.94175.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 103 (40.62% from 255) = 19.51%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=40.91%
G=19.51%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610320900.520.030.15303.7259.1662.55
HexD867D10343F1303b3f
Octal3301473210643174607377
Binary110110001100111110100010110100111111100110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867D1; }

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

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

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

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

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

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

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

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