#dd7ce3

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

Shades of Orchid #DD7CE3

Tints of Orchid #DD7CE3

Color information

#DD7CE3 (or 0xDD7CE3) is unknown color: approx Orchid. HEX triplet: DD, 7C and E3. RGB value is (221,124,227). Sum of RGB (Red+Green+Blue) = 221+124+227=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD7CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CE3 is #22831C. Grayscale: #A4A4A4. Windows color (decimal): -2261789 or 14908637. OLE color: 14908637.

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

Color convert

RGB221124227-
CMYK0.030.4500.11
HSL296.5º64.78%68.82%-
HSV(B)296.5º45.37%89.02%-
XYZ50.8935.3376.81-
YUV164.74163.14168.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 124 (48.83% from 255) = 21.68%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=38.64%
G=21.68%
B=39.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211242270.030.4500.11296.564.7868.82
HexDD7CE332D0B1294145
Octal335174343355013451101105
Binary11011101111110011100011111011010101110010100110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7ce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7ce3; }

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

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

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

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

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

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

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

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