#d865e5

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

Shades of Orchid #D865E5

Tints of Orchid #D865E5

Color information

#D865E5 (or 0xD865E5) is unknown color: approx Orchid. HEX triplet: D8, 65 and E5. RGB value is (216,101,229). Sum of RGB (Red+Green+Blue) = 216+101+229=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D865E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865E5 is #279A1A. Grayscale: #959595. Windows color (decimal): -2595355 or 15033816. OLE color: 15033816.

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

Color convert

RGB216101229-
CMYK0.060.5600.10
HSL293.91º71.11%64.71%-
HSV(B)293.91º55.9%89.8%-
XYZ47.1229.5677.35-
YUV149.98172.6175.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 101 (39.84% from 255) = 18.50%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=39.56%
G=18.50%
B=41.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161012290.060.5600.10293.9171.1164.71
HexD865E56380A1264741
Octal330145345670012446107101
Binary110110001100101111001011101110000101010010011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d865e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d865e5; }

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

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

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

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

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

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

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

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