#D867E5

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

Shades of Orchid #D867E5

Tints of Orchid #D867E5

Color information

#D867E5 (or 0xD867E5) is unknown color: approx Orchid. HEX triplet: D8, 67 and E5. RGB value is (216,103,229). Sum of RGB (Red+Green+Blue) = 216+103+229=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #D867E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867E5 is #27981A. Grayscale: #969696. Windows color (decimal): -2594843 or 15034328. OLE color: 15034328.

HSL color Cylindrical-coordinate representation of color #D867E5: hue angle of 293.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D867E5 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216103229-
CMYK0.060.5500.10
HSL293.81º70.79%65.1%-
HSV(B)293.81º55.02%89.8%-
XYZ47.3129.9677.42-
YUV151.15171.94174.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 103 (40.62% from 255) = 18.80%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=39.42%
G=18.80%
B=41.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161032290.060.5500.10293.8170.7965.1
HexD867E56370A1264741
Octal330147345667012446107101
Binary110110001100111111001011101101110101010010011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D867E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D867E5; }

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

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

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

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

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

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

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

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