#D262E8

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

Shades of Orchid #D262E8

Tints of Orchid #D262E8

Color information

#D262E8 (or 0xD262E8) is unknown color: approx Orchid. HEX triplet: D2, 62 and E8. RGB value is (210,98,232). Sum of RGB (Red+Green+Blue) = 210+98+232=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #D262E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262E8 is #2D9D17. Grayscale: #929292. Windows color (decimal): -2989336 or 15229650. OLE color: 15229650.

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

Color convert

RGB21098232-
CMYK0.090.5800.09
HSL290.15º74.44%64.71%-
HSV(B)290.15º57.76%90.98%-
XYZ45.5128.2679.4-
YUV146.76176.11173.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 98 (38.67% from 255) = 18.15%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=38.89%
G=18.15%
B=42.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210982320.090.5800.09290.1574.4464.71
HexD262E893A091224a41
Octal3221423501172011442112101
Binary1101001011000101110100010011110100100110010001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262E8; }

 p { color: rgb(210,98,232); }

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

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

 a { background-color: rgb(210,98,232); }

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

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

 span { border-color: rgb(210,98,232); }

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