#D260E9

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

Shades of Orchid #D260E9

Tints of Orchid #D260E9

Color information

#D260E9 (or 0xD260E9) is unknown color: approx Orchid. HEX triplet: D2, 60 and E9. RGB value is (210,96,233). Sum of RGB (Red+Green+Blue) = 210+96+233=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #D260E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260E9 is #2D9F16. Grayscale: #919191. Windows color (decimal): -2989847 or 15294674. OLE color: 15294674.

HSL color Cylindrical-coordinate representation of color #D260E9: hue angle of 289.93º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D260E9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21096233-
CMYK0.100.5900.09
HSL289.93º75.69%64.51%-
HSV(B)289.93º58.8%91.37%-
XYZ45.4727.9580.09-
YUV145.7177.27173.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 96 (37.89% from 255) = 17.81%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=38.96%
G=17.81%
B=43.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210962330.100.5900.09289.9375.6964.51
HexD260E9A3B091224c41
Octal3221403511273011442114101
Binary1101001011000001110100110101110110100110010001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D260E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D260E9; }

 p { color: rgb(210,96,233); }

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

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

 a { background-color: rgb(210,96,233); }

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

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

 span { border-color: rgb(210,96,233); }

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