#D262D7

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

Shades of Orchid #D262D7

Tints of Orchid #D262D7

Color information

#D262D7 (or 0xD262D7) is unknown color: approx Orchid. HEX triplet: D2, 62 and D7. RGB value is (210,98,215). Sum of RGB (Red+Green+Blue) = 210+98+215=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #D262D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262D7 is #2D9D28. Grayscale: #909090. Windows color (decimal): -2989353 or 14115538. OLE color: 14115538.

HSL color Cylindrical-coordinate representation of color #D262D7: hue angle of 297.44º degrees, saturation: 0.59, 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 #D262D7 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21098215-
CMYK0.020.5400.16
HSL297.44º59.39%61.37%-
HSV(B)297.44º54.42%84.31%-
XYZ43.2127.3467.29-
YUV144.83167.61174.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 98 (38.67% from 255) = 18.74%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=40.15%
G=18.74%
B=41.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210982150.020.5400.16297.4459.3961.37
HexD262D72360101293b3d
Octal3221423272660204517375
Binary1101001011000101101011110110110010000100101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262D7; }

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

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

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

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

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

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

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

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