#DD66CA

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

Shades of Orchid #DD66CA

Tints of Orchid #DD66CA

Color information

#DD66CA (or 0xDD66CA) is unknown color: approx Orchid. HEX triplet: DD, 66 and CA. RGB value is (221,102,202). Sum of RGB (Red+Green+Blue) = 221+102+202=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CA is #229935. Grayscale: #949494. Windows color (decimal): -2267446 or 13264605. OLE color: 13264605.

HSL color Cylindrical-coordinate representation of color #DD66CA: hue angle of 309.58º 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 #DD66CA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221102202-
CMYK00.540.090.13
HSL309.58º63.64%63.33%-
HSV(B)309.58º53.85%86.67%-
XYZ45.2329.1459.12-
YUV148.98157.92179.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=42.10%
G=19.43%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110220200.540.090.13309.5863.6463.33
HexDD66CA0369D136403f
Octal335146312066111546610077
Binary110111011100110110010100110110100111011001101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66CA; }

 p { color: rgb(221,102,202); }

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

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

 a { background-color: rgb(221,102,202); }

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

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

 span { border-color: rgb(221,102,202); }

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