#D461DE

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

Shades of Orchid #D461DE

Tints of Orchid #D461DE

Color information

#D461DE (or 0xD461DE) is unknown color: approx Orchid. HEX triplet: D4, 61 and DE. RGB value is (212,97,222). Sum of RGB (Red+Green+Blue) = 212+97+222=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #D461DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461DE is #2B9E21. Grayscale: #919191. Windows color (decimal): -2858530 or 14574036. OLE color: 14574036.

HSL color Cylindrical-coordinate representation of color #D461DE: hue angle of 295.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D461DE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21297222-
CMYK0.050.5600.13
HSL295.2º65.45%62.55%-
HSV(B)295.2º56.31%87.06%-
XYZ44.6127.8272.13-
YUV145.64171.1175.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 97 (38.28% from 255) = 18.27%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=39.92%
G=18.27%
B=41.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212972220.050.5600.13295.265.4562.55
HexD461DE5380D127413f
Octal32414133657001544710177
Binary11010100110000111011110101111000011011001001111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461DE; }

 p { color: rgb(212,97,222); }

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

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

 a { background-color: rgb(212,97,222); }

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

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

 span { border-color: rgb(212,97,222); }

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