#DD69EA

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

Shades of Orchid #DD69EA

Tints of Orchid #DD69EA

Color information

#DD69EA (or 0xDD69EA) is unknown color: approx Orchid. HEX triplet: DD, 69 and EA. RGB value is (221,105,234). Sum of RGB (Red+Green+Blue) = 221+105+234=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EA is #229615. Grayscale: #999999. Windows color (decimal): -2266646 or 15362525. OLE color: 15362525.

HSL color Cylindrical-coordinate representation of color #DD69EA: hue angle of 293.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD69EA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221105234-
CMYK0.060.5500.08
HSL293.95º75.44%66.47%-
HSV(B)293.95º55.13%91.76%-
XYZ49.7231.4281.29-
YUV154.39172.93175.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=39.46%
G=18.75%
B=41.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211052340.060.5500.08293.9575.4466.47
HexDD69EA637081264b42
Octal335151352667010446113102
Binary110111011101001111010101101101110100010010011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69EA; }

 p { color: rgb(221,105,234); }

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

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

 a { background-color: rgb(221,105,234); }

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

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

 span { border-color: rgb(221,105,234); }

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