#DD69CF

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

Shades of Orchid #DD69CF

Tints of Orchid #DD69CF

Color information

#DD69CF (or 0xDD69CF) is unknown color: approx Orchid. HEX triplet: DD, 69 and CF. RGB value is (221,105,207). Sum of RGB (Red+Green+Blue) = 221+105+207=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CF is #229630. Grayscale: #979797. Windows color (decimal): -2266673 or 13593053. OLE color: 13593053.

HSL color Cylindrical-coordinate representation of color #DD69CF: hue angle of 307.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69CF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221105207-
CMYK00.520.060.13
HSL307.24º63.04%63.92%-
HSV(B)307.24º52.49%86.67%-
XYZ46.1329.9862.39-
YUV151.31159.43177.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=41.46%
G=19.70%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110520700.520.060.13307.2463.0463.92
HexDD69CF0346D1333f40
Octal33515131706461546377100
Binary11011101110100111001111011010011011011001100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69CF; }

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

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

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

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

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

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

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

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