#D262DD

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

Shades of Orchid #D262DD

Tints of Orchid #D262DD

Color information

#D262DD (or 0xD262DD) is unknown color: approx Orchid. HEX triplet: D2, 62 and DD. RGB value is (210,98,221). Sum of RGB (Red+Green+Blue) = 210+98+221=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D262DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262DD is #2D9D22. Grayscale: #919191. Windows color (decimal): -2989347 or 14508754. OLE color: 14508754.

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

Color convert

RGB21098221-
CMYK0.050.5600.13
HSL294.63º64.4%62.55%-
HSV(B)294.63º55.66%86.67%-
XYZ4427.6671.43-
YUV145.51170.61174-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 98 (38.67% from 255) = 18.53%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=39.70%
G=18.53%
B=41.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210982210.050.5600.13294.6364.462.55
HexD262DD5380D127403f
Octal32214233557001544710077
Binary11010010110001011011101101111000011011001001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262DD; }

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

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

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

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

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

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

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

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