#d264dd

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

Shades of Orchid #D264DD

Tints of Orchid #D264DD

Color information

#D264DD (or 0xD264DD) is unknown color: approx Orchid. HEX triplet: D2, 64 and DD. RGB value is (210,100,221). Sum of RGB (Red+Green+Blue) = 210+100+221=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D264DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DD is #2D9B22. Grayscale: #929292. Windows color (decimal): -2988835 or 14509266. OLE color: 14509266.

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

Color convert

RGB210100221-
CMYK0.050.5500.13
HSL294.55º64.02%62.94%-
HSV(B)294.55º54.75%86.67%-
XYZ44.1928.0471.49-
YUV146.68169.94173.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 100 (39.45% from 255) = 18.83%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=39.55%
G=18.83%
B=41.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101002210.050.5500.13294.5564.0262.94
HexD264DD5370D127403f
Octal32214433556701544710077
Binary11010010110010011011101101110111011011001001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d264dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d264dd; }

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

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

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

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

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

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

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

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