#DD67CA

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

Shades of Orchid #DD67CA

Tints of Orchid #DD67CA

Color information

#DD67CA (or 0xDD67CA) is unknown color: approx Orchid. HEX triplet: DD, 67 and CA. RGB value is (221,103,202). Sum of RGB (Red+Green+Blue) = 221+103+202=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CA is #229835. Grayscale: #959595. Windows color (decimal): -2267190 or 13264861. OLE color: 13264861.

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

Color convert

RGB221103202-
CMYK00.530.090.13
HSL309.66º63.44%63.53%-
HSV(B)309.66º53.39%86.67%-
XYZ45.3329.3459.15-
YUV149.57157.59178.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=42.02%
G=19.58%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110320200.530.090.13309.6663.4463.53
HexDD67CA0359D1363f40
Octal335147312065111546677100
Binary110111011100111110010100110101100111011001101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67CA; }

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

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

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

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

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

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

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

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