#D661EA

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

Shades of Orchid #D661EA

Tints of Orchid #D661EA

Color information

#D661EA (or 0xD661EA) is unknown color: approx Orchid. HEX triplet: D6, 61 and EA. RGB value is (214,97,234). Sum of RGB (Red+Green+Blue) = 214+97+234=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #D661EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661EA is #299E15. Grayscale: #939393. Windows color (decimal): -2727446 or 15360470. OLE color: 15360470.

HSL color Cylindrical-coordinate representation of color #D661EA: hue angle of 291.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D661EA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21497234-
CMYK0.090.5900.08
HSL291.24º76.54%64.9%-
HSV(B)291.24º58.55%91.76%-
XYZ46.8628.7980.93-
YUV147.6176.76175.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 97 (38.28% from 255) = 17.80%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=39.27%
G=17.80%
B=42.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214972340.090.5900.08291.2476.5464.9
HexD661EA93B081234d41
Octal3261413521173010443115101
Binary1101011011000011110101010011110110100010010001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661EA; }

 p { color: rgb(214,97,234); }

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

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

 a { background-color: rgb(214,97,234); }

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

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

 span { border-color: rgb(214,97,234); }

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