#DD6BE3

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

Shades of Orchid #DD6BE3

Tints of Orchid #DD6BE3

Color information

#DD6BE3 (or 0xDD6BE3) is unknown color: approx Orchid. HEX triplet: DD, 6B and E3. RGB value is (221,107,227). Sum of RGB (Red+Green+Blue) = 221+107+227=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD6BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BE3 is #22941C. Grayscale: #9A9A9A. Windows color (decimal): -2266141 or 14904285. OLE color: 14904285.

HSL color Cylindrical-coordinate representation of color #DD6BE3: hue angle of 297º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6BE3 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221107227-
CMYK0.030.5300.11
HSL297º68.18%65.49%-
HSV(B)297º52.86%89.02%-
XYZ48.9431.4376.16-
YUV154.77168.77175.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=39.82%
G=19.28%
B=40.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211072270.030.5300.1129768.1865.49
HexDD6BE33350B1294441
Octal335153343365013451104101
Binary11011101110101111100011111101010101110010100110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BE3; }

 p { color: rgb(221,107,227); }

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

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

 a { background-color: rgb(221,107,227); }

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

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

 span { border-color: rgb(221,107,227); }

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