#DD65CD

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

Shades of Orchid #DD65CD

Tints of Orchid #DD65CD

Color information

#DD65CD (or 0xDD65CD) is unknown color: approx Orchid. HEX triplet: DD, 65 and CD. RGB value is (221,101,205). Sum of RGB (Red+Green+Blue) = 221+101+205=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CD is #229A32. Grayscale: #949494. Windows color (decimal): -2267699 or 13460957. OLE color: 13460957.

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

Color convert

RGB221101205-
CMYK00.540.070.13
HSL308º63.83%63.14%-
HSV(B)308º54.3%86.67%-
XYZ45.4929.0960.97-
YUV148.74159.76179.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=41.94%
G=19.17%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110120500.540.070.1330863.8363.14
HexDD65CD0367D134403f
Octal33514531506671546410077
Binary11011101110010111001101011011011111011001101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65CD; }

 p { color: rgb(221,101,205); }

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

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

 a { background-color: rgb(221,101,205); }

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

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

 span { border-color: rgb(221,101,205); }

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