#D265DE

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

Shades of Orchid #D265DE

Tints of Orchid #D265DE

Color information

#D265DE (or 0xD265DE) is unknown color: approx Orchid. HEX triplet: D2, 65 and DE. RGB value is (210,101,222). Sum of RGB (Red+Green+Blue) = 210+101+222=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #D265DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DE is #2D9A21. Grayscale: #939393. Windows color (decimal): -2988578 or 14575058. OLE color: 14575058.

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

Color convert

RGB210101222-
CMYK0.050.5500.13
HSL294.05º64.71%63.33%-
HSV(B)294.05º54.5%87.06%-
XYZ44.4228.2872.23-
YUV147.38170.11172.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 101 (39.84% from 255) = 18.95%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=39.40%
G=18.95%
B=41.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101012220.050.5500.13294.0564.7163.33
HexD265DE5370D126413f
Octal32214533656701544610177
Binary11010010110010111011110101110111011011001001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265DE; }

 p { color: rgb(210,101,222); }

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

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

 a { background-color: rgb(210,101,222); }

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

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

 span { border-color: rgb(210,101,222); }

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