#DD6FEA

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

Shades of Orchid #DD6FEA

Tints of Orchid #DD6FEA

Color information

#DD6FEA (or 0xDD6FEA) is unknown color: approx Orchid. HEX triplet: DD, 6F and EA. RGB value is (221,111,234). Sum of RGB (Red+Green+Blue) = 221+111+234=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FEA is #229015. Grayscale: #9D9D9D. Windows color (decimal): -2265110 or 15364061. OLE color: 15364061.

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

Color convert

RGB221111234-
CMYK0.060.5300.08
HSL293.66º74.55%67.65%-
HSV(B)293.66º52.56%91.76%-
XYZ50.3532.6881.5-
YUV157.91170.94173-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 111 (43.75% from 255) = 19.61%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=39.05%
G=19.61%
B=41.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211112340.060.5300.08293.6674.5567.65
HexDD6FEA635081264b44
Octal335157352665010446113104
Binary110111011101111111010101101101010100010010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FEA; }

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

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

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

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

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

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

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

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