#D262D5

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

Shades of Orchid #D262D5

Tints of Orchid #D262D5

Color information

#D262D5 (or 0xD262D5) is unknown color: approx Orchid. HEX triplet: D2, 62 and D5. RGB value is (210,98,213). Sum of RGB (Red+Green+Blue) = 210+98+213=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #D262D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262D5 is #2D9D2A. Grayscale: #909090. Windows color (decimal): -2989355 or 13984466. OLE color: 13984466.

HSL color Cylindrical-coordinate representation of color #D262D5: hue angle of 298.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D262D5 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21098213-
CMYK0.010.5400.16
HSL298.43º57.79%60.98%-
HSV(B)298.43º53.99%83.53%-
XYZ42.9627.2465.94-
YUV144.6166.61174.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 18.81%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=40.31%
G=18.81%
B=40.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210982130.010.5400.16298.4357.7960.98
HexD262D513601012a3a3d
Octal3221423251660204527275
Binary110100101100010110101011110110010000100101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262D5; }

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

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

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

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

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

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

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

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